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

Commit 54558ac6 authored by Esteban Talavera's avatar Esteban Talavera Committed by Android (Google) Code Review
Browse files

Merge "Snooze notification generates USER_INTERACTION event"

parents 02896eb9 5d603897
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -4539,6 +4539,7 @@ public class NotificationManagerService extends SystemService {
                            mDuration)
                    .addTaggedData(MetricsEvent.NOTIFICATION_SNOOZED_CRITERIA,
                            mSnoozeCriterionId == null ? 0 : 1));
            reportUserInteraction(r);
            boolean wasPosted = removeFromNotificationListsLocked(r);
            cancelNotificationLocked(r, false, REASON_SNOOZED, wasPosted, null);
            updateLightsLocked();