davide-scalzo / react-native-mixpanel

A React Native wrapper for Mixpanel tracking
MIT License
455 stars 195 forks source link

Fixing rare instance when getCurrentActivity is null #267

Closed mr-ryan-james closed 3 years ago

mr-ryan-james commented 3 years ago

Our org is noticing an issue that happens infrequently (<0.3% of the time) when calling the method showInAppMessageIfAvailable on Android. We thought it might be due to this.getCurrentActivity returning null and passing null into the instance.getPeople().showNotificationIfAvailable(activity) method