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

Commit 38738df9 authored by Treehugger Robot's avatar Treehugger Robot Committed by Gerrit Code Review
Browse files

Merge "Ignore continue transition if not collecting" into main

parents c036a668 76c9c5b9
Loading
Loading
Loading
Loading
+6 −1
Original line number Diff line number Diff line
@@ -774,7 +774,12 @@ class WindowOrganizerController extends IWindowOrganizerController.Stub
            }
        } finally {
            if (deferTransitionReady) {
                if (transition.isCollecting()) {
                    transition.continueTransitionReady();
                } else {
                    Slog.wtf(TAG, "Too late, transition : " + transition.getSyncId()
                            + " state: " + transition.getState() + " is not collecting");
                }
            }
            mService.mTaskSupervisor.setDeferRootVisibilityUpdate(false /* deferUpdate */);
            mService.continueWindowLayout();