1
0
mirror of https://github.com/moparisthebest/k-9 synced 2024-08-13 17:03:48 -04:00

Reorder methods for better logical grouping

This commit is contained in:
Jesse Vincent 2010-01-09 23:25:10 +00:00
parent 9db97e214d
commit 5802b84e16

View File

@ -795,6 +795,12 @@ public class MessageList
}
}
private void onAccounts()
{
Accounts.listAccounts(this);
finish();
}
private void onShowFolderList()
{
FolderList.actionHandleAccount(this, mAccount, false);
@ -847,11 +853,6 @@ public class MessageList
}
private void onAccounts()
{
Accounts.listAccounts(this);
finish();
}
private void onCycleSort()
{