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

Commit 3c97b6e3 authored by Lucas Silva's avatar Lucas Silva Committed by Android (Google) Code Review
Browse files

Merge "Fix perfetto tracing of manual transitions" into main

parents 4ce9afb4 0acf1e27
Loading
Loading
Loading
Loading
+4 −1
Original line number Diff line number Diff line
@@ -252,7 +252,10 @@ constructor(
                return@withContext null
            }
                ?: run {
                    emitTransition(TransitionStep(info, startingValue, TransitionState.STARTED))
                    emitTransition(
                        nextStep = TransitionStep(info, startingValue, TransitionState.STARTED),
                        isManual = true,
                    )

                    // No animator, so it's manual. Provide a mechanism to callback
                    updateTransitionId = UUID.randomUUID()