Merge "Play animation upon opening BiometricPrompt" into tm-qpr-dev am: 15d780b7fe am: 2ffb6c0784
Original change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/base/+/20513666 Change-Id: I90966f8e137dd4bddbfe4af139d79fc2f6c55d83 Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
This commit is contained in:
@@ -107,6 +107,8 @@ open class AuthBiometricFingerprintIconController(
|
||||
if (shouldAnimateForTransition(lastState, newState)) {
|
||||
iconView.playAnimation()
|
||||
iconViewOverlay.playAnimation()
|
||||
} else if (lastState == STATE_IDLE && newState == STATE_AUTHENTICATING_ANIMATING_IN) {
|
||||
iconView.playAnimation()
|
||||
}
|
||||
LottieColorUtils.applyDynamicColors(context, iconView)
|
||||
LottieColorUtils.applyDynamicColors(context, iconViewOverlay)
|
||||
|
||||
Reference in New Issue
Block a user