Browse Source

Small quality fixes

test/jme/compound-poc
Benoit Marty 1 year ago
parent
commit
a4897e6b76
  1. 0
      libraries/push/impl/src/main/kotlin/io/element/android/libraries/push/impl/NotificationConfig.kt
  2. 2
      libraries/push/impl/src/main/kotlin/io/element/android/libraries/push/impl/notifications/channels/NotificationChannels.kt

0
libraries/push/impl/src/main/kotlin/io/element/android/libraries/push/impl/Config.kt → libraries/push/impl/src/main/kotlin/io/element/android/libraries/push/impl/NotificationConfig.kt

2
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 @@ -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(

Loading…
Cancel
Save