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

Commit ca989e89 authored by Adam Bookatz's avatar Adam Bookatz Committed by Android (Google) Code Review
Browse files

Merge "UserController.shouldConfirmCredentials uses isCredentialSharedWithParent" into tm-dev

parents 8056335f ab085c63
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)) {