Loading quickstep/src/com/android/quickstep/TaskSystemShortcut.java +2 −1 Original line number Diff line number Diff line Loading @@ -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()); } }); } Loading Loading
quickstep/src/com/android/quickstep/TaskSystemShortcut.java +2 −1 Original line number Diff line number Diff line Loading @@ -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()); } }); } Loading