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

This commit is contained in:
Jim Miller
2014-05-13 20:05:18 +00:00
committed by Android (Google) Code Review

View File

@@ -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("");