react-native-navigation
react-native-navigation copied to clipboard
Fix NullPointerException in NavigationModule
We're seeing a crash that affects ~1% of our user base per month, that's caused by:
NullPointerException
Attempt to invoke virtual method 'boolean android.app.Activity.isFinishing()' on a null object reference
After looking into the code, we realised that that the null check and .isFinishing()
are not referencing the same activity.
Here's a screenshot with stack trace from Sentry:
This pull request has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.