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

Commit efb6c4a7 authored by Winson Chung's avatar Winson Chung Committed by Android (Google) Code Review
Browse files

Merge "Allow setting split screen windowing mode without showing recents."

parents 8ec69a62 3e36f826
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -481,7 +481,7 @@ class ActivityStack<T extends StackWindowController> extends ConfigurationContai

    @Override
    public void setWindowingMode(int windowingMode) {
        setWindowingMode(windowingMode, false /* animate */, true /* showRecents */,
        setWindowingMode(windowingMode, false /* animate */, false /* showRecents */,
                false /* enteringSplitScreenMode */);
    }