Loading services/core/java/com/android/server/LockSettingsService.java +2 −1 Original line number Original line Diff line number Diff line Loading @@ -340,8 +340,9 @@ public class LockSettingsService extends ILockSettings.Stub { } } public void onUnlockUser(int userId) { public void onUnlockUser(int userId) { tieManagedProfileLockIfNecessary(userId, null); // Hide notification first, as tie managed profile lock takes time hideEncryptionNotification(new UserHandle(userId)); hideEncryptionNotification(new UserHandle(userId)); tieManagedProfileLockIfNecessary(userId, null); // Now we have unlocked the parent user we should show notifications // Now we have unlocked the parent user we should show notifications // about any profiles that exist. // about any profiles that exist. Loading Loading
services/core/java/com/android/server/LockSettingsService.java +2 −1 Original line number Original line Diff line number Diff line Loading @@ -340,8 +340,9 @@ public class LockSettingsService extends ILockSettings.Stub { } } public void onUnlockUser(int userId) { public void onUnlockUser(int userId) { tieManagedProfileLockIfNecessary(userId, null); // Hide notification first, as tie managed profile lock takes time hideEncryptionNotification(new UserHandle(userId)); hideEncryptionNotification(new UserHandle(userId)); tieManagedProfileLockIfNecessary(userId, null); // Now we have unlocked the parent user we should show notifications // Now we have unlocked the parent user we should show notifications // about any profiles that exist. // about any profiles that exist. Loading