Loading packages/SystemUI/src/com/android/systemui/shade/NotificationPanelViewController.java +2 −4 Original line number Diff line number Diff line Loading @@ -4186,9 +4186,7 @@ public final class NotificationPanelViewController implements Dumpable { } private void updateStatusBarIcons() { boolean showIconsWhenExpanded = (isPanelVisibleBecauseOfHeadsUp() || mIsFullWidth) && getExpandedHeight() < getOpeningHeight(); boolean showIconsWhenExpanded = getExpandedHeight() < getOpeningHeight(); if (showIconsWhenExpanded && isOnKeyguard()) { showIconsWhenExpanded = false; } Loading Loading @@ -4255,7 +4253,7 @@ public final class NotificationPanelViewController implements Dumpable { && mHeadsUpAppearanceController.shouldBeVisible()) { return false; } return !mIsFullWidth || !mShowIconsWhenExpanded; return !mShowIconsWhenExpanded; } private void onQsPanelScrollChanged(int scrollY) { Loading Loading
packages/SystemUI/src/com/android/systemui/shade/NotificationPanelViewController.java +2 −4 Original line number Diff line number Diff line Loading @@ -4186,9 +4186,7 @@ public final class NotificationPanelViewController implements Dumpable { } private void updateStatusBarIcons() { boolean showIconsWhenExpanded = (isPanelVisibleBecauseOfHeadsUp() || mIsFullWidth) && getExpandedHeight() < getOpeningHeight(); boolean showIconsWhenExpanded = getExpandedHeight() < getOpeningHeight(); if (showIconsWhenExpanded && isOnKeyguard()) { showIconsWhenExpanded = false; } Loading Loading @@ -4255,7 +4253,7 @@ public final class NotificationPanelViewController implements Dumpable { && mHeadsUpAppearanceController.shouldBeVisible()) { return false; } return !mIsFullWidth || !mShowIconsWhenExpanded; return !mShowIconsWhenExpanded; } private void onQsPanelScrollChanged(int scrollY) { Loading