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
Revert "Allow app to be opened on notification clicked if onclick event is added"

This reverts commit 27070b2.

Allow app to be opened on notification clicked if onclick event is added
  • Loading branch information
jinliu9508 committed Feb 6, 2024
1 parent 1faa7d2 commit 6f65363
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 6f65363

Please sign in to comment.