Merge "Fix mismatching surfaces position when entering split with two intents" into udc-qpr-dev
This commit is contained in:
@@ -740,12 +740,12 @@ public class StageCoordinator implements SplitLayout.SplitLayoutHandler,
|
||||
mMainStage.activate(wct, false /* reparent */);
|
||||
}
|
||||
|
||||
setSideStagePosition(splitPosition, wct);
|
||||
mSplitLayout.setDivideRatio(splitRatio);
|
||||
updateWindowBounds(mSplitLayout, wct);
|
||||
wct.reorder(mRootTaskInfo.token, true);
|
||||
setRootForceTranslucent(false, wct);
|
||||
|
||||
setSideStagePosition(splitPosition, wct);
|
||||
options1 = options1 != null ? options1 : new Bundle();
|
||||
addActivityOptions(options1, mSideStage);
|
||||
if (shortcutInfo1 != null) {
|
||||
|
||||
Reference in New Issue
Block a user