mirror of
https://github.com/moparisthebest/k-9
synced 2025-02-17 07:30:16 -05:00
Fixes Issue 1411
Only automatically finish the FolderList Activity when actively managing the back button.
This commit is contained in:
parent
80ed18c469
commit
6476281379
@ -566,7 +566,10 @@ 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);
|
||||||
finish();
|
if (K9.manageBack())
|
||||||
|
{
|
||||||
|
finish();
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
private void onCompact(Account account)
|
private void onCompact(Account account)
|
||||||
|
Loading…
Reference in New Issue
Block a user