diff options
| -rw-r--r-- | core/java/com/android/internal/notification/SystemNotificationChannels.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/java/com/android/internal/notification/SystemNotificationChannels.java b/core/java/com/android/internal/notification/SystemNotificationChannels.java index 972c2ea403e0..517e1125e39a 100644 --- a/core/java/com/android/internal/notification/SystemNotificationChannels.java +++ b/core/java/com/android/internal/notification/SystemNotificationChannels.java @@ -111,7 +111,7 @@ public class SystemNotificationChannels { DEVELOPER_IMPORTANT, context.getString(R.string.notification_channel_developer_important), NotificationManager.IMPORTANCE_HIGH); - developer.setBlockable(true); + developerImportant.setBlockable(true); channelsList.add(developerImportant); final NotificationChannel updates = new NotificationChannel( |
