mirror of
https://github.com/recloudstream/cloudstream.git
synced 2024-08-15 01:53:11 +00:00
Don't use singleTask (don't show account selection every time you return to app)
This commit is contained in:
parent
fea6e5f704
commit
4d3af0c276
1 changed files with 0 additions and 1 deletions
|
@ -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" />
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue