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

fixed hide method to work with older SDKs (Android) #354

Closed frknnay closed 3 years ago

frknnay commented 4 years ago

What's this PR does?

It fixes the problem that the 'hide' method doesn't work with SDKs older than 26 (Android).

Which issue(s) is it related to?

It is not related to any issues.

How to test:

With an Android SDK older than 26, try to enable the music controller then stop it. You'll see that controls didn't hide.