fix(android): keep the activity alive when a BT keyboard connects

close #1455
This commit is contained in:
edde746
2026-07-04 19:54:19 +02:00
parent 837fdf4031
commit 8fe66f6e36
+1 -1
View File
@@ -49,7 +49,7 @@
android:taskAffinity=""
android:theme="@style/LaunchTheme"
android:supportsPictureInPicture="true"
android:configChanges="orientation|keyboardHidden|keyboard|screenSize|smallestScreenSize|locale|layoutDirection|fontScale|screenLayout|density|uiMode"
android:configChanges="orientation|keyboardHidden|keyboard|navigation|screenSize|smallestScreenSize|locale|layoutDirection|fontScale|screenLayout|density|uiMode"
android:hardwareAccelerated="true"
android:windowSoftInputMode="adjustResize">
<!-- Specifies an Android theme to apply to this Activity as soon as