mirror of
https://github.com/moparisthebest/k-9
synced 2024-11-24 02:12: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))
|
||||
{
|
||||
onOpenFolder(initialFolder, true);
|
||||
finish();
|
||||
}
|
||||
else
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user