diff options
| -rw-r--r-- | packages/SystemUI/src/com/android/systemui/statusbar/notification/dagger/NotificationsModule.java | 1 |
1 files changed, 1 insertions, 0 deletions
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 31d4ab99098e..ea3a8f59d85b 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 |