Skip to content

Commit

Permalink
Merge pull request #1931 from OneSignal/notification-click-not-fired-…
Browse files Browse the repository at this point in the history
…without-IAM-module

Notification click not fired without iam module
  • Loading branch information
jinliu9508 committed Feb 6, 2024
2 parents 307a0e3 + 6f65363 commit f7527d5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ internal class NotificationLifecycleService(
activity: Activity,
data: JSONObject,
): Boolean {
var canOpen = false
var canOpen = extOpenedCallback.hasSubscribers
intLifecycleCallback.suspendingFire { canOpen = it.canOpenNotification(activity, data) }
return canOpen
}
Expand Down

0 comments on commit f7527d5

Please sign in to comment.