Tom
Tom
Hey there, same issue here. Adding the above code from @sohamnakhare did solve the issue.
I think @sohamnakhare is already working on it [here](https://github.com/doublesymmetry/react-native-track-player/pull/2517)
@NeverGET I don't get why are you talking about v4 whereas we're trying to fix v5 ? v4 worked perfectly for me, the issue appeared on v5 Anyways, i tried...
@Jojocaster @muhammadhamza841 Can you test [this fix](https://github.com/doublesymmetry/react-native-track-player/pull/2517) ? It should solve the issue, let me know if it does not
next, previous and pause works great, but interestingly i still cannot play the music. And I also had to remove lines to make it work because it wouldnt compile
react-native-track-player/android/src/main/java/com/doublesymmetry/kotlinaudio/service/MusicService.kt:60:41 Unresolved reference 'NEXT'. react-native-track-player/android/src/main/java/com/doublesymmetry/kotlinaudio/service/MusicService.kt:61:41 Unresolved reference 'PREVIOUS'. had to remove those lines Concerning the pause/play bug, I know it should work. But it doesnt. I can only pause, but...
@sohamnakhare Ok, turns out that in oxygenOS, the play button in the expanded view always sends KEYCODE_MEDIA_PLAY_PAUSE instead of distinguishing between play and pause actions. And when called, weirdly it...