Merge "Fix divider bar not shown when entering split with rotation transition" into tm-dev
This commit is contained in:
@@ -980,6 +980,9 @@ class StageCoordinator implements SplitLayout.SplitLayoutHandler,
|
|||||||
updateUnfoldBounds();
|
updateUnfoldBounds();
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
// Clear the divider remote animating flag as the divider will be re-rendered to apply
|
||||||
|
// the new rotation config.
|
||||||
|
mIsDividerRemoteAnimating = false;
|
||||||
mSplitLayout.update(null /* t */);
|
mSplitLayout.update(null /* t */);
|
||||||
onLayoutSizeChanged(mSplitLayout);
|
onLayoutSizeChanged(mSplitLayout);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user