* commit '28034badf70b5d8b46aeb19dbbb45465db7172b0': Fix updating view flow of Account Sync Settings
This commit is contained in:
committed by
Android Git Automerger
commit
27ece31c59
@@ -97,6 +97,8 @@ public class ManageAccountsSettings extends AccountPreferenceBase
|
|||||||
public void onStart() {
|
public void onStart() {
|
||||||
super.onStart();
|
super.onStart();
|
||||||
mAuthenticatorHelper.listenToAccountUpdates();
|
mAuthenticatorHelper.listenToAccountUpdates();
|
||||||
|
updateAuthDescriptions();
|
||||||
|
showAccountsIfNeeded();
|
||||||
}
|
}
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
@@ -124,8 +126,6 @@ public class ManageAccountsSettings extends AccountPreferenceBase
|
|||||||
if (args != null && args.containsKey(KEY_ACCOUNT_LABEL)) {
|
if (args != null && args.containsKey(KEY_ACCOUNT_LABEL)) {
|
||||||
getActivity().setTitle(args.getString(KEY_ACCOUNT_LABEL));
|
getActivity().setTitle(args.getString(KEY_ACCOUNT_LABEL));
|
||||||
}
|
}
|
||||||
updateAuthDescriptions();
|
|
||||||
showAccountsIfNeeded();
|
|
||||||
}
|
}
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
|
|||||||
Reference in New Issue
Block a user