Merge "Fixes first jump of dividerview when invoking splitscreen" into pi-dev am: 3542482875
am: 1c9f8555f6
Change-Id: I1ed01150ba0aaede23a9238193126344a38aa6b6
This commit is contained in:
committed by
android-build-merger
commit
8e44dc88e4
@@ -408,7 +408,7 @@ public class DockedStackDividerController {
|
||||
}
|
||||
|
||||
void positionDockedStackedDivider(Rect frame) {
|
||||
TaskStack stack = mDisplayContent.getSplitScreenPrimaryStack();
|
||||
TaskStack stack = mDisplayContent.getSplitScreenPrimaryStackIgnoringVisibility();
|
||||
if (stack == null) {
|
||||
// Unfortunately we might end up with still having a divider, even though the underlying
|
||||
// stack was already removed. This is because we are on AM thread and the removal of the
|
||||
|
||||
Reference in New Issue
Block a user