Loading packages/SystemUI/src/com/android/systemui/biometrics/ui/binder/PromptIconViewBinder.kt +1 −1 Original line number Diff line number Diff line Loading @@ -109,7 +109,7 @@ fun LottieAnimationView.updateAsset( setAnimation(asset) if (animatingFromSfpsAuthenticating(asset)) { // Skipping to error / success / unlock segment of animation setMinFrame(151) setMinFrame(158) } else { frame = 0 } Loading Loading
packages/SystemUI/src/com/android/systemui/biometrics/ui/binder/PromptIconViewBinder.kt +1 −1 Original line number Diff line number Diff line Loading @@ -109,7 +109,7 @@ fun LottieAnimationView.updateAsset( setAnimation(asset) if (animatingFromSfpsAuthenticating(asset)) { // Skipping to error / success / unlock segment of animation setMinFrame(151) setMinFrame(158) } else { frame = 0 } Loading