1
0
mirror of https://github.com/moparisthebest/k-9 synced 2025-01-30 14:50:14 -05:00

Fixes Issue 1755

r1789 has incorrect Issue (1411) mentioned.
This commit is contained in:
Daniel Applebaum 2010-06-09 00:16:55 +00:00
parent 6476281379
commit c3739bb43b

View File

@ -566,7 +566,7 @@ public class FolderList extends K9ListActivity
private void onOpenFolder(String folder)
{
MessageList.actionHandleFolder(this, mAccount, folder);
if (K9.manageBack())
if (K9.manageBack())
{
finish();
}