Fixed recreate activity issue when a bluetooth device connected or disconnected.
This commit is contained in:
parent
d7ab198a68
commit
1d7fd201b1
@ -68,7 +68,7 @@
|
||||
<activity
|
||||
android:name=".presentation.SessionActivity"
|
||||
android:theme="@style/Theme.Main"
|
||||
android:configChanges="orientation|keyboardHidden|screenSize|smallestScreenSize|density|screenLayout"
|
||||
android:configChanges="orientation|keyboardHidden|screenSize|smallestScreenSize|density|screenLayout|navigation"
|
||||
android:windowSoftInputMode="adjustResize">
|
||||
<!--android:configChanges="orientation|keyboardHidden|screenSize|keyboard"-->
|
||||
<intent-filter>
|
||||
|
Loading…
Reference in New Issue
Block a user