summaryrefslogtreecommitdiffstats
path: root/java/com/android/dialer/notification/NotificationChannelManager.java
diff options
context:
space:
mode:
Diffstat (limited to 'java/com/android/dialer/notification/NotificationChannelManager.java')
-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 9ff57321e..5cae3d8c8 100644
--- a/java/com/android/dialer/notification/NotificationChannelManager.java
+++ b/java/com/android/dialer/notification/NotificationChannelManager.java
@@ -173,7 +173,7 @@ public class NotificationChannelManager {
canShowBadge = false;
lights = false;
vibration = false;
- sound = null;
+ sound = silentRingtone;
break;
case Channel.VOICEMAIL:
name = context.getText(R.string.notification_channel_voicemail);