Create implicit sort remembering setting2(minor indentation error)
This commit is contained in:
parent
3ebd3c1fc2
commit
7a9ba4e0ad
1 changed files with 1 additions and 2 deletions
|
@ -1195,8 +1195,7 @@ 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();
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue