mirror of
https://github.com/moparisthebest/k-9
synced 2024-11-24 10:22:15 -05:00
Create implicit sort remembering setting2(minor indentation error)
This commit is contained in:
parent
3ebd3c1fc2
commit
7a9ba4e0ad
@ -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 New Issue
Block a user