Register ChildLocationsChangedListener on NSSL

Fixes: 164080703
Test: atest CtsUsageStatsTestCases:android.app.usage.cts.UsageStatsTest#testNotificationSeen
Change-Id: I5cbc8e9f584693eaff9c8356e6ff2cc1c703181f
This commit is contained in:
Steve Elliott
2020-08-13 11:52:20 -04:00
parent bc34a8e5b1
commit 30627b7738

View File

@@ -662,7 +662,7 @@ public class NotificationStackScrollLayoutController {
@Override
public void setChildLocationsChangedListener(
NotificationLogger.OnChildLocationsChangedListener listener) {
mView.setChildLocationsChangedListener(listener);
}
public boolean hasPulsingNotifications() {