Loading services/core/java/com/android/server/accounts/AccountManagerService.java +1 −1 Original line number Diff line number Diff line Loading @@ -1406,7 +1406,7 @@ public class AccountManagerService mLocalUnlockedUsers.put(userId, true); } if (userId < 1) return; syncSharedAccounts(userId); mHandler.post(() -> syncSharedAccounts(userId)); } private void syncSharedAccounts(int userId) { Loading Loading
services/core/java/com/android/server/accounts/AccountManagerService.java +1 −1 Original line number Diff line number Diff line Loading @@ -1406,7 +1406,7 @@ public class AccountManagerService mLocalUnlockedUsers.put(userId, true); } if (userId < 1) return; syncSharedAccounts(userId); mHandler.post(() -> syncSharedAccounts(userId)); } private void syncSharedAccounts(int userId) { Loading