-
Notifications
You must be signed in to change notification settings - Fork 76
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
Activity started twice #36
Comments
I believe this issue is related to react-native-system-notification that is responsible for creating notifications. Please go there to open a issue. |
@paulbao i have seen it happen when the app is fully closed when multiple notifications are received. |
@jawadrehman the issue that you mentioned should be related to this module. |
@oney looking back, I think its related to the changes I made in the pull request I submitted earlier. Without that change, only one notification was created if the app was fully closed. |
line 242 of GCModule.java . I had to change it to use a random number to display multiple notifications, which was far more important in my app |
Press Home button to minimise the app and send a push notification to the app. If you click the the notification, it will launch the app again. But you have to click back button twice to go back.
The text was updated successfully, but these errors were encountered: