Loading services/core/java/com/android/server/wm/DockedStackDividerController.java +1 −1 Original line number Diff line number Diff line Loading @@ -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 Loading Loading
services/core/java/com/android/server/wm/DockedStackDividerController.java +1 −1 Original line number Diff line number Diff line Loading @@ -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 Loading