Merge "Don't clear the password field when window focus changes."
This commit is contained in:
@@ -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("");
|
||||
|
||||
Reference in New Issue
Block a user