* commit '60ea22a0f194528d7af0560c0e7a906526efda85': Always request a folder refresh for new accounts.
This commit is contained in:
commit
5ef0bea935
@ -362,14 +362,12 @@ public class AccountSetupOptions extends AccountSetupActivity implements OnClick
|
||||
}
|
||||
saveAccountAndFinish();
|
||||
|
||||
// If we're local, update the folder list (to get our starting folders, e.g. Inbox)
|
||||
// Update the folder list (to get our starting folders, e.g. Inbox)
|
||||
EmailServiceProxy proxy = EmailServiceUtils.getServiceForAccount(this, null, account.mId);
|
||||
if (!proxy.isRemote()) {
|
||||
try {
|
||||
proxy.updateFolderList(account.mId);
|
||||
} catch (RemoteException e) {
|
||||
// It's all good
|
||||
}
|
||||
try {
|
||||
proxy.updateFolderList(account.mId);
|
||||
} catch (RemoteException e) {
|
||||
// It's all good
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user