Skip to content

Commit

Permalink
Allow app to be opened on notification clicked if onclick event is added
Browse files Browse the repository at this point in the history
  • Loading branch information
jinliu9508 committed Dec 4, 2023
1 parent 91e30f2 commit 8235236
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 8235236

Please sign in to comment.