Loading packages/SystemUI/src/com/android/systemui/shade/QuickSettingsControllerImpl.java +1 −1 Original line number Original line Diff line number Diff line Loading @@ -2197,7 +2197,7 @@ public class QuickSettingsControllerImpl implements QuickSettingsController, Dum setAnimateNextNotificationBounds( setAnimateNextNotificationBounds( StackStateAnimator.ANIMATION_DURATION_STANDARD, 0); StackStateAnimator.ANIMATION_DURATION_STANDARD, 0); mNotificationStackScrollLayoutController.animateNextTopPaddingChange(); mNotificationStackScrollLayoutController.animateNextTopPaddingChange(); if (QSComposeFragment.isEnabled() && mPreviouslyVisibleMedia && !visible) { if (QSComposeFragment.isEnabled() && mPreviouslyVisibleMedia != visible) { updateHeightsOnShadeLayoutChange(); updateHeightsOnShadeLayoutChange(); mPanelViewControllerLazy.get().positionClockAndNotifications(); mPanelViewControllerLazy.get().positionClockAndNotifications(); } } Loading Loading
packages/SystemUI/src/com/android/systemui/shade/QuickSettingsControllerImpl.java +1 −1 Original line number Original line Diff line number Diff line Loading @@ -2197,7 +2197,7 @@ public class QuickSettingsControllerImpl implements QuickSettingsController, Dum setAnimateNextNotificationBounds( setAnimateNextNotificationBounds( StackStateAnimator.ANIMATION_DURATION_STANDARD, 0); StackStateAnimator.ANIMATION_DURATION_STANDARD, 0); mNotificationStackScrollLayoutController.animateNextTopPaddingChange(); mNotificationStackScrollLayoutController.animateNextTopPaddingChange(); if (QSComposeFragment.isEnabled() && mPreviouslyVisibleMedia && !visible) { if (QSComposeFragment.isEnabled() && mPreviouslyVisibleMedia != visible) { updateHeightsOnShadeLayoutChange(); updateHeightsOnShadeLayoutChange(); mPanelViewControllerLazy.get().positionClockAndNotifications(); mPanelViewControllerLazy.get().positionClockAndNotifications(); } } Loading