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
d4ee4f3980
commit
57a6dfd61f
@ -1613,9 +1613,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