Fixed recreate activity issue when a bluetooth device connected or disconnected.

This commit is contained in:
mcsong 2018-11-20 12:57:07 -08:00
parent d7ab198a68
commit 1d7fd201b1

View File

@ -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>