pull/1837/head
TJ Dahunsi 2 years ago
parent 69e645857c
commit 757fecc403

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

Loading…
Cancel
Save