pull/712/head
TJ Dahunsi 1 year ago
parent 5d51cdcd28
commit 6e6abd0326

@ -26,6 +26,6 @@ import dagger.hilt.components.SingletonComponent
abstract class NotificationsModule {
@Binds
abstract fun bindNotifier(
notifier: AndroidSystemNotifier,
notifier: SystemTrayNotifier,
): Notifier
}

Loading…
Cancel
Save