mirror of
https://github.com/moparisthebest/k-9
synced 2024-11-24 10:22:15 -05:00
Fixed issue 1046 bu ending FolderList activity after auto-opening the default folder
This commit is contained in:
parent
43476a7ed4
commit
08e570d40f
@ -292,6 +292,7 @@ public class FolderList extends K9ListActivity
|
|||||||
&& !K9.FOLDER_NONE.equals(initialFolder))
|
&& !K9.FOLDER_NONE.equals(initialFolder))
|
||||||
{
|
{
|
||||||
onOpenFolder(initialFolder, true);
|
onOpenFolder(initialFolder, true);
|
||||||
|
finish();
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user