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

Fixes Issue 1411

Only automatically finish the FolderList Activity when actively
managing the back button.
This commit is contained in:
Daniel Applebaum 2010-06-08 23:26:48 +00:00
parent 80ed18c469
commit 6476281379

View File

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