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

Commit 8a10f5d3 authored by Ricardo Cerqueira's avatar Ricardo Cerqueira Committed by Gerrit Code Review
Browse files

Merge "Fix keystore access when utilizing quick unlock" into ics

parents 229c5d95 71bdc613
Loading
Loading
Loading
Loading
+1 −0
Original line number Original line Diff line number Diff line
@@ -186,6 +186,7 @@ public class PasswordUnlockScreen extends LinearLayout implements KeyguardScreen
                            mLockPatternUtils.checkPassword(entry)) {
                            mLockPatternUtils.checkPassword(entry)) {
                            mCallback.keyguardDone(true);
                            mCallback.keyguardDone(true);
                            mCallback.reportSuccessfulUnlockAttempt();
                            mCallback.reportSuccessfulUnlockAttempt();
                            KeyStore.getInstance().password(entry);
                    }
                    }
                }
                }
            }
            }