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

Commit 1e09345b authored by Ye Wen's avatar Ye Wen Committed by Android (Google) Code Review
Browse files

Merge "Call AgingHelper.onNotificationRemoved in Assistant"

parents f4731697 2256e012
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -286,6 +286,9 @@ public class Assistant extends NotificationAssistantService {
            if (!isForCurrentUser(sbn)) {
                return;
            }

            mAgingHelper.onNotificationRemoved(sbn.getKey());

            boolean updatedImpressions = false;
            String channelId = mLiveNotifications.remove(sbn.getKey()).getChannel().getId();
            String key = getKey(sbn.getPackageName(), sbn.getUserId(), channelId);