From a4897e6b767938066e0a3eca001b4b6395dbfe8e Mon Sep 17 00:00:00 2001 From: Benoit Marty Date: Mon, 17 Apr 2023 09:42:59 +0200 Subject: [PATCH] Small quality fixes --- .../libraries/push/impl/{Config.kt => NotificationConfig.kt} | 0 .../push/impl/notifications/channels/NotificationChannels.kt | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) rename libraries/push/impl/src/main/kotlin/io/element/android/libraries/push/impl/{Config.kt => NotificationConfig.kt} (100%) diff --git a/libraries/push/impl/src/main/kotlin/io/element/android/libraries/push/impl/Config.kt b/libraries/push/impl/src/main/kotlin/io/element/android/libraries/push/impl/NotificationConfig.kt similarity index 100% rename from libraries/push/impl/src/main/kotlin/io/element/android/libraries/push/impl/Config.kt rename to libraries/push/impl/src/main/kotlin/io/element/android/libraries/push/impl/NotificationConfig.kt 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 b2c214f7d7..fc4838e9a3 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 @@ -33,7 +33,7 @@ import io.element.android.services.toolbox.api.strings.StringProvider import javax.inject.Inject /** - * on devices >= android O, we need to define a channel for each notifications + * on devices >= android O, we need to define a channel for each notifications. */ @SingleIn(AppScope::class) class NotificationChannels @Inject constructor(