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

Commit 5d603897 authored by Esteban Talavera's avatar Esteban Talavera
Browse files

Snooze notification generates USER_INTERACTION event

Bug: 119596125
Test: runtest systemui-notification
Change-Id: I545a3f6fa173ea02d0a549169980fb43689ca89d
parent b1c6ba02
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -4521,6 +4521,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();