Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit d4353db2 authored by Alexandra Gherghina's avatar Alexandra Gherghina
Browse files

Fix updating view flow of Account Sync Settings

Bug: 16785070 Account sync settings page doesn't refresh after removing account
Change-Id: Iddbe9d73f4d6fcb55829f8bb6ab2fe6ffa147cf3
parent 6cd90f45
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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