Archana Vonipenti
Archana Vonipenti
[BUG] NPE while setting (android.media.MediaPlayer$OnCompletionListener)' on a null object reference
I notice that this error happens when currentActivity in null and thus `this.mediaPlayer = MediaPlayer.create(getCurrentActivity(), uri);` still returns an empty object in RNSoundPlayerModule.java. Can we please add an additional check...
Is there any fix for this yet?
This issue would be a simple fix if converted to kotlin.
I noticed our mail feature broken after the android OS upgrade to 11. Looks like the [fix](https://github.com/chirag04/react-native-mail/pull/175/files) is merged but not released yet. I would suggest adding the ` `...