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

This commit is contained in:
TreeHugger Robot
2019-08-06 00:21:01 +00:00
committed by Android (Google) Code Review

View File

@@ -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);
}
});
}