Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 30627b77 authored by Steve Elliott's avatar Steve Elliott
Browse files

Register ChildLocationsChangedListener on NSSL

Fixes: 164080703
Test: atest CtsUsageStatsTestCases:android.app.usage.cts.UsageStatsTest#testNotificationSeen
Change-Id: I5cbc8e9f584693eaff9c8356e6ff2cc1c703181f
parent bc34a8e5
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -662,7 +662,7 @@ public class NotificationStackScrollLayoutController {
        @Override
        public void setChildLocationsChangedListener(
                NotificationLogger.OnChildLocationsChangedListener listener) {

            mView.setChildLocationsChangedListener(listener);
        }

        public boolean hasPulsingNotifications() {