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

Commit 71bdc613 authored by Robert Burns's avatar Robert Burns
Browse files

Fix keystore access when utilizing quick unlock

Change-Id: Ia37b380312268f26235858612c93a84eb06e76ea
parent 263ce7d9
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -186,6 +186,7 @@ public class PasswordUnlockScreen extends LinearLayout implements KeyguardScreen
                            mLockPatternUtils.checkPassword(entry)) {
                            mCallback.keyguardDone(true);
                            mCallback.reportSuccessfulUnlockAttempt();
                            KeyStore.getInstance().password(entry);
                    }
                }
            }