Skip to content
Snippets Groups Projects
Commit 76aad246 authored by Aleksandras Kostarevas's avatar Aleksandras Kostarevas
Browse files

Fix issue with settings menu losing nav state on screen rotation

parent f351a61d
No related branches found
No related tags found
1 merge request!7Merge model-metadata to master
......@@ -105,6 +105,7 @@
android:roundIcon="@mipmap/ic_launcher_round"
android:launchMode="singleTask"
android:noHistory="false"
android:configChanges="orientation|screenLayout|screenSize|keyboardHidden|keyboard|uiMode|density"
android:exported="true">
<intent-filter>
<action android:name="android.intent.action.MAIN"/>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment