Prevent play/pause button not doing anything in some cases
This commit is contained in:
parent
6e6405fd51
commit
058885ac09
|
@ -512,6 +512,7 @@ public class PlaybackController {
|
|||
new PlaybackServiceStarter(activity, media)
|
||||
.startWhenPrepared(true)
|
||||
.streamIfLastWasStream()
|
||||
.callEvenIfRunning(true)
|
||||
.start();
|
||||
Log.w(TAG, "Play/Pause button was pressed and PlaybackService state was unknown");
|
||||
break;
|
||||
|
|
Loading…
Reference in New Issue