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
1 changed files with 1 additions and 2 deletions

View File

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