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

Commit f57bdf3a authored by Fred Quintana's avatar Fred Quintana Committed by Android (Google) Code Review
Browse files

Merge "Fix an initialization ordering bug due to the userprofile changes."

parents a4a26053 70e61908
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -217,10 +217,10 @@ public class AccountManagerService
        mAuthenticatorCache = authenticatorCache;
        mAuthenticatorCache.setListener(this, null /* Handler */);

        UserAccounts accounts = initUser(0);

        sThis.set(this);

        UserAccounts accounts = initUser(0);

        IntentFilter intentFilter = new IntentFilter();
        intentFilter.addAction(Intent.ACTION_PACKAGE_REMOVED);
        intentFilter.addDataScheme("package");