Fix issue with settings menu losing nav state on screen rotation

This commit is contained in:
Aleksandras Kostarevas 2024-02-27 12:07:12 +02:00
parent f351a61d42
commit 76aad2469b

View File

@ -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"/>