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

Commit e5d64684 authored by Andres Morales's avatar Andres Morales Committed by Android Git Automerger
Browse files

am a7bdde58: am 9f879ef0: Merge "[ConfirmPattern] use correct user id for...

am a7bdde58: am 9f879ef0: Merge "[ConfirmPattern] use correct user id for stealth mode" into mnc-dev

* commit 'a7bdde58':
  [ConfirmPattern] use correct user id for stealth mode
parents 540afe77 a7bdde58
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -144,7 +144,7 @@ public class ConfirmLockPattern extends ConfirmDeviceCredentialBaseActivity {
            mLockPatternView.setTactileFeedbackEnabled(
                    mLockPatternUtils.isTactileFeedbackEnabled());
            mLockPatternView.setInStealthMode(!mLockPatternUtils.isVisiblePatternEnabled(
                    UserHandle.myUserId()));
                    mEffectiveUserId));
            mLockPatternView.setOnPatternListener(mConfirmExistingLockPatternListener);
            updateStage(Stage.NeedToUnlock);