Loading packages/SystemUI/src/com/android/systemui/statusbar/phone/StatusBar.java +2 −1 Original line number Diff line number Diff line Loading @@ -6854,7 +6854,8 @@ public class StatusBar extends SystemUI implements DemoMode, // If mAlwaysExpandNonGroupedNotification is false, then only expand the // very first notification and if it's not a child of grouped notifications. row.setSystemExpanded(mAlwaysExpandNonGroupedNotification || (visibleNotifications == 0 && !isChildNotification)); || (visibleNotifications == 0 && !isChildNotification && !row.isLowPriority())); } entry.row.setShowAmbient(isDozing()); Loading Loading
packages/SystemUI/src/com/android/systemui/statusbar/phone/StatusBar.java +2 −1 Original line number Diff line number Diff line Loading @@ -6854,7 +6854,8 @@ public class StatusBar extends SystemUI implements DemoMode, // If mAlwaysExpandNonGroupedNotification is false, then only expand the // very first notification and if it's not a child of grouped notifications. row.setSystemExpanded(mAlwaysExpandNonGroupedNotification || (visibleNotifications == 0 && !isChildNotification)); || (visibleNotifications == 0 && !isChildNotification && !row.isLowPriority())); } entry.row.setShowAmbient(isDozing()); Loading