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(