Loading packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/NotificationStackScrollLayout.java +1 −6 Original line number Diff line number Diff line Loading @@ -1544,12 +1544,7 @@ public class NotificationStackScrollLayout public void setExpandedHeight(float height) { final boolean skipHeightUpdate = shouldSkipHeightUpdate(); // when scene framework is enabled and in single shade, updateStackPosition is already // called by updateTopPadding every time the stack moves, so skip it here to avoid // flickering. if (!SceneContainerFlag.isEnabled() || mShouldUseSplitNotificationShade) { updateStackPosition(); } if (!skipHeightUpdate) { mExpandedHeight = height; Loading Loading
packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/NotificationStackScrollLayout.java +1 −6 Original line number Diff line number Diff line Loading @@ -1544,12 +1544,7 @@ public class NotificationStackScrollLayout public void setExpandedHeight(float height) { final boolean skipHeightUpdate = shouldSkipHeightUpdate(); // when scene framework is enabled and in single shade, updateStackPosition is already // called by updateTopPadding every time the stack moves, so skip it here to avoid // flickering. if (!SceneContainerFlag.isEnabled() || mShouldUseSplitNotificationShade) { updateStackPosition(); } if (!skipHeightUpdate) { mExpandedHeight = height; Loading