mirror of
https://github.com/moparisthebest/k-9
synced 2025-02-25 15:11:52 -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()
|
private void onShowFolderList()
|
||||||
{
|
{
|
||||||
FolderList.actionHandleAccount(this, mAccount, false);
|
FolderList.actionHandleAccount(this, mAccount, false);
|
||||||
@ -847,11 +853,6 @@ public class MessageList
|
|||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
private void onAccounts()
|
|
||||||
{
|
|
||||||
Accounts.listAccounts(this);
|
|
||||||
finish();
|
|
||||||
}
|
|
||||||
|
|
||||||
private void onCycleSort()
|
private void onCycleSort()
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user