Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit c287c2e7 authored by Jesse Vincent's avatar Jesse Vincent
Browse files

Patch from fiouzy to fix back-button in folderlist when you don't have

"Manage Back Button" enabled.
parent 0d28d701
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
@@ -364,6 +364,12 @@ public class FolderList extends K9ListActivity
        {
            onAccounts();
        }
        else
        {
            // TODO - when we move to android 2.0, uncomment this instead.
            // super.onBackPressed()
            finish();
        }
    }

    @Override public boolean onKeyDown(int keyCode, KeyEvent event)