Don't use singleTask (don't show account selection every time you return to app)

This commit is contained in:
Luna712 2023-10-30 15:46:40 -06:00
parent fea6e5f704
commit 4d3af0c276

View file

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