mirror of
https://github.com/moparisthebest/k-9
synced 2025-01-13 14:48:04 -05:00
Enable the new synchronous messagelist population. Perhaps
counter-intuitive, but it's a whole lot faster
This commit is contained in:
parent
25306fad83
commit
f94823cba4
@ -448,7 +448,7 @@ public class MessageList
|
||||
controller.addListener(mAdapter.mListener);
|
||||
mAdapter.messages.clear();
|
||||
mAdapter.notifyDataSetChanged();
|
||||
controller.listLocalMessages(mAccount, mFolderName, mAdapter.mListener);
|
||||
controller.listLocalMessagesSynchronous(mAccount, mFolderName, mAdapter.mListener);
|
||||
|
||||
NotificationManager notifMgr = (NotificationManager) getSystemService(Context.NOTIFICATION_SERVICE);
|
||||
notifMgr.cancel(mAccount.getAccountNumber());
|
||||
|
Loading…
Reference in New Issue
Block a user