Merge "Update sync state immediately after accounts are shown" into lmp-mr1-dev
This commit is contained in:
committed by
Android (Google) Code Review
commit
095521b287
@@ -104,6 +104,7 @@ public class ManageAccountsSettings extends AccountPreferenceBase
|
|||||||
mAuthenticatorHelper.listenToAccountUpdates();
|
mAuthenticatorHelper.listenToAccountUpdates();
|
||||||
updateAuthDescriptions();
|
updateAuthDescriptions();
|
||||||
showAccountsIfNeeded();
|
showAccountsIfNeeded();
|
||||||
|
showSyncState();
|
||||||
}
|
}
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
@@ -234,6 +235,10 @@ public class ManageAccountsSettings extends AccountPreferenceBase
|
|||||||
showSyncState();
|
showSyncState();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Shows the sync state of the accounts. Note: it must be called after the accounts have been
|
||||||
|
* loaded, @see #showAccountsIfNeeded().
|
||||||
|
*/
|
||||||
private void showSyncState() {
|
private void showSyncState() {
|
||||||
// Catch any delayed delivery of update messages
|
// Catch any delayed delivery of update messages
|
||||||
if (getActivity() == null || getActivity().isFinishing()) return;
|
if (getActivity() == null || getActivity().isFinishing()) return;
|
||||||
|
Reference in New Issue
Block a user