Skip to content

Commit 6e6abd0

Browse files
committed
Fix build
1 parent 5d51cdc commit 6e6abd0

File tree

1 file changed

+1
-1
lines changed
  • core/notifications/src/prod/java/com/google/samples/apps/nowinandroid/core/notifications

1 file changed

+1
-1
lines changed

core/notifications/src/prod/java/com/google/samples/apps/nowinandroid/core/notifications/NotificationsModule.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,6 @@ import dagger.hilt.components.SingletonComponent
2626
abstract class NotificationsModule {
2727
@Binds
2828
abstract fun bindNotifier(
29-
notifier: AndroidSystemNotifier,
29+
notifier: SystemTrayNotifier,
3030
): Notifier
3131
}

0 commit comments

Comments
 (0)