Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add conditional check to only add notification click listener once
- Introduced a boolean flag to track whether the notification click listener has already been added - Updated `addNotificationClickListener` method to only add the listener if it hasn't been added yet
- Loading branch information