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

am: 6cf32a2e95

Change-Id: I7313eb81291d3fbe353882446d7da39bba355ec9
This commit is contained in:
Sunny Goyal
2019-08-05 17:33:42 -07:00
committed by android-build-merger

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