Can't use PLAY button without PAUSE button ? #2085
Unanswered
mbaroukhcw
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi.
I'm building a live stream app.
On a live stream, I only want to stop and never use pause.
For this, I used this capabilities :
But I still have the pause button that does nothing (Because I did not handled it in the service).
And it seems to be because of this :
https://github.com/doublesymmetry/react-native-track-player/blob/main/android/src/main/java/com/doublesymmetry/trackplayer/service/MusicService.kt#L192
So it seems that we can't have play without pause or pause without play.
Is that expected ?
Or am I missing something ?
Thanks.
Mike
Beta Was this translation helpful? Give feedback.
All reactions