am 27ece31c: am 28034bad: am 59f01b9b: Merge "Fix updating view flow of Account Sync Settings" into lmp-dev

* commit '27ece31c59ae075f8d21efce7030066244c04d9e':
  Fix updating view flow of Account Sync Settings
This commit is contained in:
Alexandra Gherghina
2014-08-11 09:05:39 +00:00
committed by Android Git Automerger

View File

@@ -97,6 +97,8 @@ public class ManageAccountsSettings extends AccountPreferenceBase
public void onStart() {
super.onStart();
mAuthenticatorHelper.listenToAccountUpdates();
updateAuthDescriptions();
showAccountsIfNeeded();
}
@Override
@@ -124,8 +126,6 @@ public class ManageAccountsSettings extends AccountPreferenceBase
if (args != null && args.containsKey(KEY_ACCOUNT_LABEL)) {
getActivity().setTitle(args.getString(KEY_ACCOUNT_LABEL));
}
updateAuthDescriptions();
showAccountsIfNeeded();
}
@Override