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

Commit bb183135 authored by Matt Pietal's avatar Matt Pietal
Browse files

Make LOCKSCREEN->PRIMARY_BOUNCER alpha change faster

To prevent some small overlap with the bouncer showing.

Fixes: 404236751
Test: manual
Flag: EXEMPT bugfix
Change-Id: Ia081a787ebf6e91c1d6ffcf7c337e904e4faa569
parent 9d8c6297
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.