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

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

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

parents c3f406ab aef7cc77
Loading
Loading
Loading
Loading
+0 −7
Original line number Diff line number Diff line
@@ -68,13 +68,6 @@ public abstract class KeyguardAbsKeyInputView extends LinearLayout
        mEnableHaptics = mLockPatternUtils.isTactileFeedbackEnabled();
    }

    @Override
    public void onWindowFocusChanged(boolean hasWindowFocus) {
        if (hasWindowFocus) {
            reset();
        }
    }

    public void reset() {
        // start fresh
        mPasswordEntry.setText("");