Skip to content

Commit

Permalink
fix(android-template): prevent app restart on bluetooh keyboard chang…
Browse files Browse the repository at this point in the history
…es (#7652)
  • Loading branch information
jcesarmobile authored Sep 25, 2024
1 parent 0018c1d commit 200c7cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion android-template/app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
android:theme="@style/AppTheme">

<activity
android:configChanges="orientation|keyboardHidden|keyboard|screenSize|locale|smallestScreenSize|screenLayout|uiMode"
android:configChanges="orientation|keyboardHidden|keyboard|screenSize|locale|smallestScreenSize|screenLayout|uiMode|navigation"
android:name=".MainActivity"
android:label="@string/title_activity_main"
android:theme="@style/AppTheme.NoActionBarLaunch"
Expand Down

0 comments on commit 200c7cb

Please sign in to comment.