1
0
mirror of https://github.com/moparisthebest/k-9 synced 2024-08-13 17:03:48 -04: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:
cketti 2012-09-07 02:57:29 +02:00
parent d8e9c48177
commit 14339d787c

View File

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