mirror of
https://github.com/moparisthebest/k-9
synced 2024-11-27 19:52:17 -05:00
Reorder methods for better logical grouping
This commit is contained in:
parent
9db97e214d
commit
5802b84e16
@ -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()
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user