Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added 'isDismissed' param to notification.onClick #203

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

omairvaiyani
Copy link

Updated branch and resubmitting PR

Given that onClick is called regardless of where the user clicks the notification, determining their goal was hard. The notification object returned by onClick did not have the value dismiss on hand, as onClick ran before the notification was dismissed. Therefore, I was running a timer after onClick to see whether the user wanted to dismiss or interact. This also limited how many interactions we can add.

@mansona
Copy link
Owner

mansona commented Jan 9, 2020

Hey @omairvaiyani thanks for the contribution 🎉 I think this is a pretty good addition and seems like it would be useful for other people too 🤔

Is there any chance that you could add a test for it?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants