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

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

Merge "Set/Remove split touch zone for Recents Animation" into main

parents 001d1fa5 3b37f1ca
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -4235,6 +4235,7 @@ public class StageCoordinator implements SplitLayout.SplitLayoutHandler,

        addDividerBarToTransition(info, false /* show */);
        addAllDimLayersToTransition(info, false /* show */);
        mSplitLayout.removeTouchZones();
    }

    /** Call this when the recents animation canceled during split-screen. */
@@ -4307,6 +4308,7 @@ public class StageCoordinator implements SplitLayout.SplitLayoutHandler,
            finishT.reparent(leash,
                    mSplitMultiDisplayHelper.getDisplayRootTaskLeash(DEFAULT_DISPLAY));
            setDividerVisibility(true, finishT);
            mSplitLayout.populateTouchZones();
            return;
        }