mirror of
https://github.com/moparisthebest/k-9
synced 2024-11-23 09:52:16 -05:00
Change launchMode of Accounts activity
startActivityForResult() doesn't work if the launchMode is "singleInstance". But we need this when selecting a file to import the settings from.
This commit is contained in:
parent
fc8d2e9979
commit
115742a2a9
@ -67,7 +67,7 @@
|
||||
|
||||
<activity
|
||||
android:name="com.fsck.k9.activity.Accounts"
|
||||
android:launchMode="singleInstance"
|
||||
android:launchMode="singleTask"
|
||||
android:configChanges="locale"
|
||||
android:label="@string/app_name">
|
||||
<intent-filter>
|
||||
|
Loading…
Reference in New Issue
Block a user