mirror of
https://github.com/moparisthebest/k-9
synced 2025-01-14 07:08:00 -05:00
Whitespace fix; no functional changes.
This commit is contained in:
parent
bb88ddc6a0
commit
2ffa3243b3
@ -1457,9 +1457,10 @@ public class MessageList extends K9ListActivity implements OnItemClickListener {
|
|||||||
changeSort(SortType.SORT_ATTACHMENT);
|
changeSort(SortType.SORT_ATTACHMENT);
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
case R.id.select_all:
|
case R.id.select_all: {
|
||||||
toggleAllSelected();
|
toggleAllSelected();
|
||||||
return true;
|
return true;
|
||||||
|
}
|
||||||
case R.id.app_settings: {
|
case R.id.app_settings: {
|
||||||
onEditPrefs();
|
onEditPrefs();
|
||||||
return true;
|
return true;
|
||||||
|
Loading…
Reference in New Issue
Block a user