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

Commit e602f954 authored by Roman Birg's avatar Roman Birg
Browse files

Settings: fix non lock pattern CryptKeeper crash



Change-Id: Ib2d6c9a468bfe778d5cb927759f11b2b03c25ee6
Signed-off-by: default avatarRoman Birg <roman@cyngn.com>
parent f1b6d306
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -178,7 +178,9 @@ public class CryptKeeper extends Activity implements TextView.OnEditorActionList
        @Override
        protected void onPreExecute() {
            super.onPreExecute();
            if (mLockPatternView != null) {
                mLockPatternView.removeCallbacks(mFakeUnlockAttemptRunnable);
            }
            beginAttempt();
        }