mirror of
https://github.com/vcmi/vcmi.git
synced 2024-11-21 17:17:06 +02:00
fix exiting when bluetooth mouse is connected while running
This commit is contained in:
parent
550540f8ab
commit
3f4368e3de
@ -76,7 +76,7 @@
|
||||
|
||||
<activity
|
||||
android:name=".VcmiSDLActivity"
|
||||
android:configChanges="keyboardHidden|orientation|screenSize"
|
||||
android:configChanges="orientation|uiMode|screenLayout|screenSize|smallestScreenSize|layoutDirection|locale|fontScale|keyboard|keyboardHidden|navigation|mcc|mnc|density"
|
||||
android:label="@string/app_name"
|
||||
android:launchMode="singleTop"
|
||||
android:screenOrientation="sensorLandscape" />
|
||||
|
Loading…
Reference in New Issue
Block a user