Loading src/com/fsck/k9/activity/MessageList.java +3 −2 Original line number Diff line number Diff line Loading @@ -1211,8 +1211,6 @@ public class MessageList private void changeSort(SORT_TYPE newSortType) { if (sortType == newSortType) { mAccount.setSortAscending( !(mController.isSortAscending(newSortType) )); mAccount.save(Preferences.getPreferences(this)); onToggleSortAscending(); } else { sortType = newSortType; Loading Loading @@ -1262,6 +1260,9 @@ public class MessageList sortAscending = mController.isSortAscending(sortType); sortDateAscending = mController.isSortAscending(SORT_TYPE.SORT_DATE); mAccount.setSortAscending( sortAscending); mAccount.save(Preferences.getPreferences(this)); reSort(); } Loading Loading
src/com/fsck/k9/activity/MessageList.java +3 −2 Original line number Diff line number Diff line Loading @@ -1211,8 +1211,6 @@ public class MessageList private void changeSort(SORT_TYPE newSortType) { if (sortType == newSortType) { mAccount.setSortAscending( !(mController.isSortAscending(newSortType) )); mAccount.save(Preferences.getPreferences(this)); onToggleSortAscending(); } else { sortType = newSortType; Loading Loading @@ -1262,6 +1260,9 @@ public class MessageList sortAscending = mController.isSortAscending(sortType); sortDateAscending = mController.isSortAscending(SORT_TYPE.SORT_DATE); mAccount.setSortAscending( sortAscending); mAccount.save(Preferences.getPreferences(this)); reSort(); } Loading