Fixes issue with wrong pin input message not being shown
This chain of calls lead us to reset the primary auth error message because we assume that the user has started entering their primary auth again. KeyguardPinBasedInputView#resetPasswordText -> PasswordTextView#reset -> PasswordTextView#userActivity() -> UserActivityListener#onUserActivity -> KeyguardAbsKeyInputViewController#onUserInput -> KeyguardSecurityCallback#onUserInput -> BouncerMessageInteractor#onPrimaryBouncerUserInput() This fix invokes the resetPasswordText before we invoke `reportUnlockAttempt` so that the primary auth error message doesn't get cleared out Fixes: 293475939 Test: verified manually Change-Id: Ie7c144bf96cc542d9aae11c255394bd9ca10f2a0
Loading
Please register or sign in to comment