tanguyantoine / react-native-music-control

Display and manage media controls on lock screen and notification center for iOS and Android.
https://www.npmjs.com/package/react-native-music-control
MIT License
695 stars 265 forks source link

Fixing null object reference #351

Closed diego-antonelli closed 4 years ago

diego-antonelli commented 4 years ago

What's this PR does? This fix a problem occurring in Android 10+ (running emulators) throwing null object reference because the intent is not ready.

Which issue(s) is it related to?

348

How to test: Execute the base code provided in the examples in a simulator using Android 10+ (API 30)