mirror of
https://github.com/moparisthebest/k-9
synced 2025-01-30 23:00:09 -05:00
Fixes Issue 1755
r1789 has incorrect Issue (1411) mentioned.
This commit is contained in:
parent
6476281379
commit
c3739bb43b
@ -566,7 +566,7 @@ 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())
|
if (K9.manageBack())
|
||||||
{
|
{
|
||||||
finish();
|
finish();
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user