Loading src/com/fsck/k9/activity/FolderList.java +6 −0 Original line number Diff line number Diff line Loading @@ -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) Loading Loading
src/com/fsck/k9/activity/FolderList.java +6 −0 Original line number Diff line number Diff line Loading @@ -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) Loading