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
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 tothis.getCurrentActivity
returning null and passing null into theinstance.getPeople().showNotificationIfAvailable(activity)
method