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

Commit 228d4654 authored by Jim Miller's avatar Jim Miller Committed by Android (Google) Code Review
Browse files

Merge "Don't clear the pattern when window focus changes."

parents fab0eade 2e648e1e
Loading
Loading
Loading
Loading
+0 −9
Original line number Diff line number Diff line
@@ -231,15 +231,6 @@ public class KeyguardPatternView extends LinearLayout implements KeyguardSecurit
        mLockPatternView.setOnPatternListener(null);
    }

    @Override
    public void onWindowFocusChanged(boolean hasWindowFocus) {
        super.onWindowFocusChanged(hasWindowFocus);
        if (hasWindowFocus) {
            // when timeout dialog closes we want to update our state
            reset();
        }
    }

    private class UnlockPatternListener implements LockPatternView.OnPatternListener {

        public void onPatternStart() {