b8ne / react-native-pusher-push-notifications

Manage pusher interest subscriptions and notification events in Javascript.
MIT License
96 stars 85 forks source link

Unable to pause activity / Unable to destroy activity #101

Open leonardo409188 opened 1 year ago

leonardo409188 commented 1 year ago

I'm getting this errors a few times in sentry:

Unable to pause activity {......MainActivity}: java.lang.NullPointerException: Attempt to invoke virtual method 'java.lang.Class java.lang.Object.getClass()' on a null object reference

image

AND

Unable to destroy activity {....MainActivity}: java.lang.NullPointerException: Attempt to invoke virtual method 'java.lang.Class java.lang.Object.getClass()' on a null object reference

image