forked from organicmaps/organicmaps
[android] Disabled activity re-creation on orientation change @TODO fix black screen after change orientation
This commit is contained in:
parent
42da0bc869
commit
d899f99959
1 changed files with 1 additions and 0 deletions
|
@ -25,6 +25,7 @@
|
|||
<activity android:name=".MWMActivity"
|
||||
android:label="@string/app_name"
|
||||
android:screenOrientation="behind"
|
||||
android:configChanges="orientation|keyboardHidden"
|
||||
android:theme="@style/MWMFullScreen">
|
||||
<intent-filter>
|
||||
<action android:name="android.intent.action.MAIN" />
|
||||
|
|
Loading…
Add table
Reference in a new issue