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

Commit b6f06eee authored by Grace Cheng's avatar Grace Cheng Committed by Android (Google) Code Review
Browse files

Merge "Adjust frame number to 158" into main

parents 20dc77b0 d27526f0
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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
    }