commit | 4275ef28d91dbba5cceb55d484a99e70ca28991a | [log] [tgz] |
---|---|---|
author | Ioana Alexandru <aioana@google.com> | Thu Mar 21 18:22:52 2024 +0100 |
committer | Ioana Alexandru <aioana@google.com> | Thu Mar 21 18:22:52 2024 +0100 |
tree | 32de36cfb9226df27fb2bd8897108e390504a1bd | |
parent | be87f2e4e6623bc511f9545b59c54e7aed0c501f [diff] |
Remove duplicate metricsLogger call We're already calling this inside clearAllNotifications Bug: 293167744 Test: builds Flag: ACONFIG com.android.systemui.notifications_footer_view_refactor STAGING Change-Id: I45d480a1b440e6c82884aec2b3ac859ab2598302
diff --git a/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/ui/viewbinder/NotificationListViewBinder.kt b/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/ui/viewbinder/NotificationListViewBinder.kt index 18bb5119..5544f93 100644 --- a/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/ui/viewbinder/NotificationListViewBinder.kt +++ b/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/ui/viewbinder/NotificationListViewBinder.kt
@@ -173,7 +173,6 @@ footerView, footerViewModel, clearAllNotifications = { - metricsLogger.action(MetricsProto.MetricsEvent.ACTION_DISMISS_ALL_NOTES) clearAllNotifications( parentView, // Hide the silent section header (if present) if there will be