summaryrefslogtreecommitdiff
path: root/java/com/android/dialer/notification
diff options
context:
space:
mode:
Diffstat (limited to 'java/com/android/dialer/notification')
-rw-r--r--java/com/android/dialer/notification/NotificationChannelManager.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/java/com/android/dialer/notification/NotificationChannelManager.java b/java/com/android/dialer/notification/NotificationChannelManager.java
index f23c02ad3..b795ffe5d 100644
--- a/java/com/android/dialer/notification/NotificationChannelManager.java
+++ b/java/com/android/dialer/notification/NotificationChannelManager.java
@@ -66,7 +66,7 @@ public class NotificationChannelManager {
if (BuildCompat.isAtLeastO()) {
NotificationChannel channel =
NotificationChannelManager.getInstance().getChannel(context, channelName, phoneAccount);
- notification.setChannel(channel.getId());
+ notification.setChannelId(channel.getId());
}
}