Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit b2776a8f authored by Jason Chang's avatar Jason Chang Committed by Android (Google) Code Review
Browse files

Merge "Fix the fingerprint UI color of the biometric prompt page is abnormal...

Merge "Fix the fingerprint UI color of the biometric prompt page is abnormal under the white theme" into udc-dev
parents 08abe7a6 4c279958
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -122,8 +122,10 @@ open class AuthBiometricFingerprintIconController(
        if (shouldAnimateIconViewForTransition(lastState, newState)) {
            iconView.playAnimation()
        }
        if (isSideFps) {
            LottieColorUtils.applyDynamicColors(context, iconView)
        }
    }

    override fun updateIcon(@BiometricState lastState: Int, @BiometricState newState: Int) {
        if (isSideFps) {