1
0
mirror of https://github.com/moparisthebest/k-9 synced 2024-08-13 17:03:48 -04:00

Fixed issue 1046 bu ending FolderList activity after auto-opening the default folder

This commit is contained in:
Bao-Long Nguyen-Trong 2010-01-20 00:21:48 +00:00
parent 43476a7ed4
commit 08e570d40f

View File

@ -292,6 +292,7 @@ public class FolderList extends K9ListActivity
&& !K9.FOLDER_NONE.equals(initialFolder))
{
onOpenFolder(initialFolder, true);
finish();
}
else
{