1
0
mirror of https://github.com/moparisthebest/k-9 synced 2024-11-23 18:02:15 -05:00

Don't keep the folder choice activity in navigation history

This let the user go back to the 'main' activity he was in before attempting a folder choice (instead of the folder choice activity itself which could be confusing) when using long-press HOME from another application
This commit is contained in:
Fiouz 2011-06-10 22:44:48 +02:00
parent 27e996b5f7
commit b02a61c406

View File

@ -136,6 +136,7 @@
android:theme="@style/Theme.K9Dialog"
android:label="@string/choose_folder_title"
android:configChanges="locale"
android:noHistory="true"
>
</activity>
<activity