Skip to content

Commit f7527d5

Browse files
committed
Merge pull request #1931 from OneSignal/notification-click-not-fired-without-IAM-module
Notification click not fired without iam module
2 parents 307a0e3 + 6f65363 commit f7527d5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

OneSignalSDK/onesignal/notifications/src/main/java/com/onesignal/notifications/internal/lifecycle/impl/NotificationLifecycleService.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ internal class NotificationLifecycleService(
8787
activity: Activity,
8888
data: JSONObject,
8989
): Boolean {
90-
var canOpen = false
90+
var canOpen = extOpenedCallback.hasSubscribers
9191
intLifecycleCallback.suspendingFire { canOpen = it.canOpenNotification(activity, data) }
9292
return canOpen
9393
}

0 commit comments

Comments
 (0)