Fixed bug w/ ConfirmLock error text flickering
Test: Manually verified that the patterns text does not get set to the empty string. Fixes: 301214189 Change-Id: I768c9693b6be28a4cabaadc404465a172e2e5564
This commit is contained in:
@@ -419,6 +419,10 @@ public abstract class ConfirmDeviceCredentialBaseFragment extends InstrumentedFr
|
||||
}
|
||||
}
|
||||
|
||||
protected void clearResetErrorRunnable() {
|
||||
mHandler.removeCallbacks(mResetErrorRunnable);
|
||||
}
|
||||
|
||||
protected void validateGuess(LockscreenCredential credentialGuess) {
|
||||
mRemoteLockscreenValidationFragment.validateLockscreenGuess(
|
||||
mRemoteLockscreenValidationClient, credentialGuess,
|
||||
|
||||
Reference in New Issue
Block a user