1
0
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:
Andrew Chen 2012-09-14 19:24:49 -07:00
parent bb88ddc6a0
commit 2ffa3243b3

View File

@ -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;