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

Commit 8187fd2c authored by Adam Bookatz's avatar Adam Bookatz Committed by Automerger Merge Worker
Browse files

Merge "UserController.shouldConfirmCredentials uses...

Merge "UserController.shouldConfirmCredentials uses isCredentialSharedWithParent" into tm-dev am: ca989e89

Original change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/base/+/17004854

Change-Id: I2ff9fb3fedf9b476469eaffe63f87b89c7717118
parents 5b7b56bb ca989e89
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -2613,7 +2613,7 @@ class UserController implements Handler.Callback {
        if (getStartedUserState(userId) == null) {
            return false;
        }
        if (!getUserInfo(userId).isManagedProfile()) {
        if (!mInjector.getUserManager().isCredentialSharedWithParent(userId)) {
            return false;
        }
        if (mLockPatternUtils.isSeparateProfileChallengeEnabled(userId)) {