Hook up "load more messages" to service implementation
Change-Id: I15b102bacb4a68c3c006d1b3c1feffb7f14a8697
This commit is contained in:
parent
0f350fa093
commit
078daa692e
@ -603,7 +603,7 @@ public class Controller {
|
||||
mProviderContext.getContentResolver().update(uri, cv, null, null);
|
||||
// Trigger a refresh using the new, longer limit
|
||||
mailbox.mVisibleLimit += Email.VISIBLE_LIMIT_INCREMENT;
|
||||
//mLegacyController.synchronizeMailbox(account, mailbox, mLegacyListener);
|
||||
updateMailbox(account.mId, mailboxId, true);
|
||||
}
|
||||
});
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user