From 49570f53b54500ba1d469d19d57c253debde86c9 Mon Sep 17 00:00:00 2001 From: Benoit Marty Date: Mon, 17 Nov 2025 13:41:16 +0100 Subject: [PATCH] Cleanup --- .../push/impl/notifications/channels/NotificationChannels.kt | 4 ---- 1 file changed, 4 deletions(-) diff --git a/libraries/push/impl/src/main/kotlin/io/element/android/libraries/push/impl/notifications/channels/NotificationChannels.kt b/libraries/push/impl/src/main/kotlin/io/element/android/libraries/push/impl/notifications/channels/NotificationChannels.kt index 402d6bcfcd..9d1452fdae 100644 --- a/libraries/push/impl/src/main/kotlin/io/element/android/libraries/push/impl/notifications/channels/NotificationChannels.kt +++ b/libraries/push/impl/src/main/kotlin/io/element/android/libraries/push/impl/notifications/channels/NotificationChannels.kt @@ -72,10 +72,6 @@ class DefaultNotificationChannels( createNotificationChannels() } - /* ========================================================================================== - * Channel names - * ========================================================================================== */ - /** * Create notification channels. */