Loading services/core/java/com/android/server/notification/NotificationManagerService.java +2 −1 Original line number Diff line number Diff line Loading @@ -12275,7 +12275,7 @@ public class NotificationManagerService extends SystemService { smartReplies = null; } } NotificationChannel effectiveChannel = record.getChannel().copy(); NotificationChannel effectiveChannel = record.getChannel(); if (notificationClassificationUi()) { // special handling for a notification's channel visibility when bundled: if the // notification's original channel had a more strict visibility than the current Loading @@ -12285,6 +12285,7 @@ public class NotificationManagerService extends SystemService { int currentChannelVis = record.getChannel().getLockscreenVisibility(); if (currentChannelVis == VISIBILITY_NO_OVERRIDE || record.getOriginalChannelVisibility() < currentChannelVis) { effectiveChannel = record.getChannel().copy(); effectiveChannel.setLockscreenVisibility( record.getOriginalChannelVisibility()); } Loading
services/core/java/com/android/server/notification/NotificationManagerService.java +2 −1 Original line number Diff line number Diff line Loading @@ -12275,7 +12275,7 @@ public class NotificationManagerService extends SystemService { smartReplies = null; } } NotificationChannel effectiveChannel = record.getChannel().copy(); NotificationChannel effectiveChannel = record.getChannel(); if (notificationClassificationUi()) { // special handling for a notification's channel visibility when bundled: if the // notification's original channel had a more strict visibility than the current Loading @@ -12285,6 +12285,7 @@ public class NotificationManagerService extends SystemService { int currentChannelVis = record.getChannel().getLockscreenVisibility(); if (currentChannelVis == VISIBILITY_NO_OVERRIDE || record.getOriginalChannelVisibility() < currentChannelVis) { effectiveChannel = record.getChannel().copy(); effectiveChannel.setLockscreenVisibility( record.getOriginalChannelVisibility()); }