From 90be9d1add6ad1f92c90b6125e91b77dd9a49625 Mon Sep 17 00:00:00 2001 From: Mateusz Idziejczak Date: Tue, 1 Sep 2020 12:57:45 +0200 Subject: [PATCH] Disable notification sound (#936) --- .../wulkanowy/services/sync/channels/UpcomingLessonsChannel.kt | 1 + 1 file changed, 1 insertion(+) diff --git a/app/src/main/java/io/github/wulkanowy/services/sync/channels/UpcomingLessonsChannel.kt b/app/src/main/java/io/github/wulkanowy/services/sync/channels/UpcomingLessonsChannel.kt index cd25eea6..41fb6192 100644 --- a/app/src/main/java/io/github/wulkanowy/services/sync/channels/UpcomingLessonsChannel.kt +++ b/app/src/main/java/io/github/wulkanowy/services/sync/channels/UpcomingLessonsChannel.kt @@ -26,6 +26,7 @@ class UpcomingLessonsChannel @Inject constructor( lockscreenVisibility = VISIBILITY_PUBLIC setShowBadge(false) enableVibration(false) + setSound(null, null) } ) }