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

Commit b3f394cf authored by Robert Burns's avatar Robert Burns
Browse files

Fix keystore access when utilizing quick unlock

Change-Id: Ieb8f84918d2f375752a625bddba0e4415a8efd29
parent 29d78052
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);
                    }
                }
            }