Fix keyboard plug in, streaming don't close

This commit is contained in:
Caten
2023-10-09 06:47:57 +08:00
parent b6d4d2f11b
commit 2cf19179f9
4 changed files with 9 additions and 8 deletions

View File

@@ -15,7 +15,7 @@
android:exported="true"
android:launchMode="singleTop"
android:theme="@style/LaunchTheme"
android:configChanges="orientation|keyboardHidden|keyboard|screenSize|smallestScreenSize|locale|layoutDirection|fontScale|screenLayout|density|uiMode"
android:configChanges="navigation|orientation|keyboardHidden|keyboard|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