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

Commit df50eaec authored by Treehugger Robot's avatar Treehugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Remove unnecessary onCancel" into main

parents 202993a7 d33bbd2b
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -99,7 +99,6 @@ constructor(private val blurConfig: BlurConfig, animationFlow: KeyguardTransitio
        transitionAnimation.sharedFlowWithShade(
            duration = 250.milliseconds,
            onStep = { step, isShadeExpanded -> if (isShadeExpanded) 0f else 1f - step },
            onCancel = { 0f },
            onFinish = { 0f },
        )