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

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

Merge "Don't try to dequeue while shell transitions disabled" into main

parents 2e4f1f40 387f519e
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -1188,6 +1188,7 @@ class TransitionController {
    }

    void tryStartCollectFromQueue() {
        if (!isShellTransitionsEnabled()) return;
        if (mQueuedTransitions.isEmpty()) return;
        // Only need to try the next one since, even when transition can collect in parallel,
        // they still need to serialize on readiness.