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

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

Merge "Make LOCKSCREEN->PRIMARY_BOUNCER alpha change faster" into main

parents 5994c5d9 bb183135
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -64,7 +64,7 @@ constructor(

    val shortcutsAlpha: Flow<Float> =
        transitionAnimation.sharedFlow(
            duration = FromLockscreenTransitionInteractor.TO_PRIMARY_BOUNCER_DURATION,
            duration = 200.milliseconds,
            onStep = alphaForAnimationStep,
            // Rapid swipes to bouncer, and may end up skipping intermediate values that would've
            // caused a complete fade out of lockscreen elements. Ensure it goes to 0f.