We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e555fad commit e985bdfCopy full SHA for e985bdf
WooCommerce/Classes/Notifications/PushNotificationsManager.swift
@@ -287,7 +287,7 @@ extension PushNotificationsManager {
287
guard let self = self else { return }
288
self.presentDetails(for: foregroundNotification)
289
self.foregroundNotificationsToViewSubject.send(foregroundNotification)
290
- self.analytics.track(.viewInAppPushNotificationPressed, //
+ self.analytics.track(.viewInAppPushNotificationPressed,
291
withProperties: [AnalyticKey.type: foregroundNotification.kind.rawValue])
292
}
293
0 commit comments