pull/712/head
TJ Dahunsi 2 years ago
parent 5d51cdcd28
commit 6e6abd0326

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

Loading…
Cancel
Save