Make "load more" work
Wasn't implemented... Bug 3004954 Change-Id: Id44bcf936fab2965b032bbc5621045825aab5292
This commit is contained in:
parent
0b24baa130
commit
0d21aa395a
@ -230,7 +230,11 @@ public class RefreshManager {
|
||||
+ loadMoreMessages);
|
||||
status.onRefreshRequested();
|
||||
notifyRefreshStatusChanged(accountId, mailboxId);
|
||||
mController.updateMailbox(accountId, mailboxId);
|
||||
if (loadMoreMessages) {
|
||||
mController.loadMoreMessages(mailboxId);
|
||||
} else {
|
||||
mController.updateMailbox(accountId, mailboxId);
|
||||
}
|
||||
return true;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user