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

Commit 91f75275 authored by Ricardo Cerqueira's avatar Ricardo Cerqueira Committed by Gerrit Code Review
Browse files

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

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