-
Notifications
You must be signed in to change notification settings - Fork 766
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
When open local notification, app will open again (Version 4.2.1) #825
Comments
@nmluancs i have the same problem on android 12 and 11. Tested on emulator and real devices (Samsung S10, S20). "react-native": "0.67.2" |
answered in #828 |
@DanielEliraz I'm still experiencing this with version 4.2.3, also I don't see local/foreground notifications mentioned anywhere in #828, is this a different issue? |
I still got the problem with version 4.2.3 :( |
please try it with 4.2.4. |
@DanielEliraz Hmm, I'm still seeing the same behavior on 4.2.4 |
@hankhester, the trampoline error is only when |
@DanielEliraz my |
Still got the problem on version 4.2.4 :( |
@DanielEliraz any update on this? Looks like react-native recently bumped the |
Just updating for the record, still experiencing this on 4.3.1 |
still have same issue on latest verions |
Still experiencing it, any new thoughts? |
Can we reopen this? The issue persists in 4.3.3 with targetSdkVersion = 31. |
After you fixed Android API 31 issues (Notification trampoline), now when i open a local notification, app will be cloded and open again.
It happens not only on android 12 but android 11.
I think the problem comes from line 17 - 22 https://github.com/wix/react-native-notifications/blob/master/lib/android/app/src/main/java/com/wix/reactnativenotifications/core/NotificationIntentAdapter.java
Please have a look. Thank you
The text was updated successfully, but these errors were encountered: