Re-add configChanges

seems I missed adding AndroidManifest.xml to commit
This commit is contained in:
Luna712 2023-11-11 00:02:35 -07:00
parent fd76ce6a59
commit 13981e393d

View file

@ -161,6 +161,7 @@
<activity
android:name=".ui.account.AccountSelectActivity"
android:configChanges="orientation|screenSize|smallestScreenSize|screenLayout|keyboard|keyboardHidden"
android:exported="true">
<intent-filter android:exported="true">
<action android:name="android.intent.action.MAIN" />