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

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

Merge "Use suspendAnimate to cancel the previous animaiton when the next event arrives." into main

parents 10f1e8ed faa693a8
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -148,7 +148,7 @@ constructor(
                        junkListener?.let(animation::removeUpdateListener)
                        junkListener =
                            jankListenerFactory.show(view).also(animation::addUpdateListener)
                        animation.animateToFinalPosition(FRACTION_SHOW)
                        animation.suspendAnimate(FRACTION_SHOW)
                    }
                    is VolumeDialogVisibilityModel.Dismissed -> {
                        tracer.traceVisibilityEnd(it)