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

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

Merge "Modify TaskSystemShortcut.SplitScreen for API change."

parents 98f5acc5 233622d9
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -203,7 +203,8 @@ public class TaskSystemShortcut<T extends SystemShortcut> extends SystemShortcut
                        }
                    };
                    WindowManagerWrapper.getInstance().overridePendingAppTransitionMultiThumbFuture(
                            future, animStartedListener, mHandler, true /* scaleUp */);
                            future, animStartedListener, mHandler, true /* scaleUp */,
                            v.getDisplay().getDisplayId());
                }
            });
        }