Prevent keyboard (dis)connection from restarting the app

This commit is contained in:
Maxr1998 2023-09-04 17:30:54 +02:00 committed by Niels van Velzen
parent 38c1bf292b
commit af9f2be116

View File

@ -44,7 +44,7 @@
<activity
android:name=".MainActivity"
android:configChanges="screenSize|smallestScreenSize|screenLayout|orientation|keyboard|keyboardHidden|uiMode"
android:configChanges="screenSize|smallestScreenSize|screenLayout|orientation|keyboard|keyboardHidden|navigation|uiMode"
android:exported="true"
android:launchMode="singleTask"
android:supportsPictureInPicture="true">