diff options
| author | 2023-08-01 06:46:39 +0000 | |
|---|---|---|
| committer | 2023-08-01 06:46:39 +0000 | |
| commit | 9ea026d6937485aa09a4743f59226abe47fa53b4 (patch) | |
| tree | 70f872a934fcf483b4b7b4edc169262c54599f14 | |
| parent | 76ac737d3f93ebcc36347634054b10ec4591fddb (diff) | |
| parent | 98f4bbd6c648712963c51968004d65e998908f4d (diff) | |
Merge "Include NotificationMemoryModule in NotificationsModule" into udc-qpr-dev am: 747182caf9 am: 98f4bbd6c6
Original change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/base/+/24264291
Change-Id: Ic84c08863bad9745b0051b2f40b01bb0fee726d7
Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
| -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 |