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

Commit 116f1190 authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Allow multiple tasks to change in one transition"

parents 8a249b80 6f234de0
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -2365,7 +2365,6 @@ class Task extends WindowContainer<WindowContainer> {
    private boolean shouldStartChangeTransition(int prevWinMode, int newWinMode) {
        if (mWmService.mDisableTransitionAnimation
                || !isVisible()
                || getDisplayContent().mAppTransition.isTransitionSet()
                || getSurfaceControl() == null
                || !isLeafTask()) {
            return false;