diff --git a/packages/SystemUI/src/com/android/systemui/statusbar/notification/dagger/NotificationsModule.java b/packages/SystemUI/src/com/android/systemui/statusbar/notification/dagger/NotificationsModule.java index 31d4ab99098e0..ea3a8f59d85b3 100644 --- a/packages/SystemUI/src/com/android/systemui/statusbar/notification/dagger/NotificationsModule.java +++ b/packages/SystemUI/src/com/android/systemui/statusbar/notification/dagger/NotificationsModule.java @@ -91,6 +91,7 @@ import javax.inject.Provider; NotificationSectionHeadersModule.class, NotificationListViewModelModule.class, ActivatableNotificationViewModelModule.class, + NotificationMemoryModule.class, }) public interface NotificationsModule { @Binds