mirror of
https://github.com/moparisthebest/k-9
synced 2024-12-26 01:28:50 -05:00
Whitespace fix; no functional changes.
This commit is contained in:
parent
bb88ddc6a0
commit
2ffa3243b3
@ -1415,9 +1415,9 @@ public class MessageList extends K9ListActivity implements OnItemClickListener {
|
||||
switch (itemId) {
|
||||
case android.R.id.home: {
|
||||
if (mQueryString == null) {
|
||||
onShowFolderList();
|
||||
onShowFolderList();
|
||||
} else {
|
||||
onAccounts();
|
||||
onAccounts();
|
||||
}
|
||||
return true;
|
||||
}
|
||||
@ -1426,8 +1426,8 @@ public class MessageList extends K9ListActivity implements OnItemClickListener {
|
||||
return true;
|
||||
}
|
||||
case R.id.check_mail: {
|
||||
checkMail(mAccount, mFolderName);
|
||||
return true;
|
||||
checkMail(mAccount, mFolderName);
|
||||
return true;
|
||||
}
|
||||
case R.id.set_sort_date: {
|
||||
changeSort(SortType.SORT_DATE);
|
||||
@ -1457,9 +1457,10 @@ public class MessageList extends K9ListActivity implements OnItemClickListener {
|
||||
changeSort(SortType.SORT_ATTACHMENT);
|
||||
return true;
|
||||
}
|
||||
case R.id.select_all:
|
||||
toggleAllSelected();
|
||||
return true;
|
||||
case R.id.select_all: {
|
||||
toggleAllSelected();
|
||||
return true;
|
||||
}
|
||||
case R.id.app_settings: {
|
||||
onEditPrefs();
|
||||
return true;
|
||||
|
Loading…
Reference in New Issue
Block a user