mirror of
https://github.com/moparisthebest/k-9
synced 2025-01-13 14:48:04 -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);
|
||||
return true;
|
||||
}
|
||||
case R.id.select_all:
|
||||
case R.id.select_all: {
|
||||
toggleAllSelected();
|
||||
return true;
|
||||
}
|
||||
case R.id.app_settings: {
|
||||
onEditPrefs();
|
||||
return true;
|
||||
|
Loading…
Reference in New Issue
Block a user