Merge "Fix the fingerprint UI color of the biometric prompt page is abnormal under the white theme" into udc-dev
This commit is contained in:
@@ -122,7 +122,9 @@ open class AuthBiometricFingerprintIconController(
|
||||
if (shouldAnimateIconViewForTransition(lastState, newState)) {
|
||||
iconView.playAnimation()
|
||||
}
|
||||
LottieColorUtils.applyDynamicColors(context, iconView)
|
||||
if (isSideFps) {
|
||||
LottieColorUtils.applyDynamicColors(context, iconView)
|
||||
}
|
||||
}
|
||||
|
||||
override fun updateIcon(@BiometricState lastState: Int, @BiometricState newState: Int) {
|
||||
|
||||
Reference in New Issue
Block a user