Loading packages/SystemUI/src/com/android/systemui/statusbar/BaseStatusBar.java +2 −3 Original line number Diff line number Diff line Loading @@ -2184,9 +2184,8 @@ public abstract class BaseStatusBar extends SystemUI implements == View.VISIBLE; boolean showOnKeyguard = shouldShowOnKeyguard(entry.notification); if (suppressedSummary || (isLockscreenPublicMode() && !mShowLockscreenNotifications) || (onKeyguard && (visibleNotifications >= maxNotifications && !childWithVisibleSummary || !showOnKeyguard))) { (onKeyguard && !childWithVisibleSummary && (visibleNotifications >= maxNotifications || !showOnKeyguard))) { entry.row.setVisibility(View.GONE); if (onKeyguard && showOnKeyguard && !childNotification && !suppressedSummary) { mKeyguardIconOverflowContainer.getIconsView().addNotification(entry); Loading packages/SystemUI/src/com/android/systemui/statusbar/stack/StackStateAnimator.java +0 −5 Original line number Diff line number Diff line Loading @@ -823,11 +823,6 @@ public class StackStateAnimator { // The position for this child was never generated, let's continue. continue; } if (changingView.getVisibility() == View.GONE) { // The view was set to gone but the state never removed finalState.removeViewStateForView(changingView); continue; } finalState.applyState(changingView, viewState); mNewAddChildren.add(changingView); Loading Loading
packages/SystemUI/src/com/android/systemui/statusbar/BaseStatusBar.java +2 −3 Original line number Diff line number Diff line Loading @@ -2184,9 +2184,8 @@ public abstract class BaseStatusBar extends SystemUI implements == View.VISIBLE; boolean showOnKeyguard = shouldShowOnKeyguard(entry.notification); if (suppressedSummary || (isLockscreenPublicMode() && !mShowLockscreenNotifications) || (onKeyguard && (visibleNotifications >= maxNotifications && !childWithVisibleSummary || !showOnKeyguard))) { (onKeyguard && !childWithVisibleSummary && (visibleNotifications >= maxNotifications || !showOnKeyguard))) { entry.row.setVisibility(View.GONE); if (onKeyguard && showOnKeyguard && !childNotification && !suppressedSummary) { mKeyguardIconOverflowContainer.getIconsView().addNotification(entry); Loading
packages/SystemUI/src/com/android/systemui/statusbar/stack/StackStateAnimator.java +0 −5 Original line number Diff line number Diff line Loading @@ -823,11 +823,6 @@ public class StackStateAnimator { // The position for this child was never generated, let's continue. continue; } if (changingView.getVisibility() == View.GONE) { // The view was set to gone but the state never removed finalState.removeViewStateForView(changingView); continue; } finalState.applyState(changingView, viewState); mNewAddChildren.add(changingView); Loading