1
0
mirror of https://github.com/moparisthebest/k-9 synced 2024-08-13 17:03:48 -04:00

Create implicit sort remembering setting2(minor indentation error)

This commit is contained in:
Srinath Warrier 2012-03-12 22:55:31 +05:30
parent 3ebd3c1fc2
commit 7a9ba4e0ad

View File

@ -1195,7 +1195,6 @@ public class MessageList
mAccount.setSortType(sortType); mAccount.setSortType(sortType);
mAccount.setSortAscending(sortAscending); mAccount.setSortAscending(sortAscending);
mAccount.save(Preferences.getPreferences(this)); mAccount.save(Preferences.getPreferences(this));
reSort(); reSort();
} }
} }