1
0
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:
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);
return true;
}
case R.id.select_all:
case R.id.select_all: {
toggleAllSelected();
return true;
}
case R.id.app_settings: {
onEditPrefs();
return true;