mirror of
https://github.com/moparisthebest/k-9
synced 2024-11-23 18:02:15 -05:00
Made Accounts a singleTop activity
Now, returning to the app using the app icon will reuse the existing Accounts activity. This will skip the startup logic in onCreate().
This commit is contained in:
parent
d8e9c48177
commit
14339d787c
@ -67,6 +67,7 @@
|
||||
<activity
|
||||
android:name="com.fsck.k9.activity.Accounts"
|
||||
android:configChanges="locale"
|
||||
android:launchMode="singleTop"
|
||||
android:uiOptions="splitActionBarWhenNarrow"
|
||||
android:label="@string/app_name">
|
||||
<intent-filter>
|
||||
|
Loading…
Reference in New Issue
Block a user