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

Commit bafd6297 authored by Sunny Goyal's avatar Sunny Goyal Committed by android-build-merger
Browse files

Merge "Use task display id when starting split screen" into ub-launcher3-qt-r1-dev

am: 6cf32a2e

Change-Id: I7313eb81291d3fbe353882446d7da39bba355ec9
parents f4a1814c 6cf32a2e
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -207,8 +207,7 @@ public class TaskSystemShortcut<T extends SystemShortcut> extends SystemShortcut
                        }
                    };
                    WindowManagerWrapper.getInstance().overridePendingAppTransitionMultiThumbFuture(
                            future, animStartedListener, mHandler, true /* scaleUp */,
                            v.getDisplay().getDisplayId());
                            future, animStartedListener, mHandler, true /* scaleUp */, displayId);
                }
            });
        }