Merge "Send proper parameter to startSync (via EmailService)"
This commit is contained in:
commit
68ce7f3d60
@ -606,7 +606,7 @@ class UIControllerTwoPane extends UIControllerBase implements ThreePaneLayout.Ca
|
|||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
if (isCurrentMailboxRefreshable) {
|
if (isCurrentMailboxRefreshable) {
|
||||||
mRefreshManager.refreshMessageList(mAccountId, mMailboxId, false);
|
mRefreshManager.refreshMessageList(mAccountId, mMailboxId, true);
|
||||||
}
|
}
|
||||||
// Refresh mailbox list
|
// Refresh mailbox list
|
||||||
if (mAccountId != Account.NO_ACCOUNT) {
|
if (mAccountId != Account.NO_ACCOUNT) {
|
||||||
@ -616,7 +616,7 @@ class UIControllerTwoPane extends UIControllerBase implements ThreePaneLayout.Ca
|
|||||||
}
|
}
|
||||||
// Refresh inbox
|
// Refresh inbox
|
||||||
if (shouldAutoRefreshInbox()) {
|
if (shouldAutoRefreshInbox()) {
|
||||||
mRefreshManager.refreshMessageList(mAccountId, mInboxId, false);
|
mRefreshManager.refreshMessageList(mAccountId, mInboxId, true);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user