mirror of
https://github.com/moparisthebest/k-9
synced 2024-11-27 11:42:16 -05:00
Patch from fiouzy to fix back-button in folderlist when you don't have
"Manage Back Button" enabled.
This commit is contained in:
parent
0d28d70165
commit
c287c2e7df
@ -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…
Reference in New Issue
Block a user