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

Commit 70e61908 authored by Fred Quintana's avatar Fred Quintana
Browse files

Fix an initialization ordering bug due to the userprofile changes.

Bug: 6194599
Change-Id: I6ebedec3b5f045374f216aa1419bfdb57141a80e
parent 4d2ece12
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");