invertase / notifee

⚛️ A feature rich notifications library for React Native.
https://notifee.app
Apache License 2.0
1.88k stars 228 forks source link

[Android] notifee.getInitialNotification does not return pressAction #944

Closed exzos28 closed 9 months ago

exzos28 commented 11 months ago

Hello, I have a lot of issues in Sentry, that pressAction is undefined. But documentation and the InitialNotification interface inform that the pressAction field is required.

What can I provide and do to solve this problem?

exzos28 commented 11 months ago

I only got one reproduction, after ~50 tests I got the following data:

{
  "notification": {
     ....
    "data": {
      ...
    },
    "android": {
      ...
      "pressAction": {
        "id": "...",
        "mainComponent": "..."
      },
      ...
    }
  }
}
github-actions[bot] commented 10 months ago

Hello 👋, to help manage issues we automatically close stale issues.

This issue has been automatically marked as stale because it has not had activity for quite some time.Has this issue been fixed, or does it still require attention?

This issue will be closed in 15 days if no further activity occurs.

Thank you for your contributions.