m-cakir / radio-player

Android radio player example with ExoPlayer
122 stars 50 forks source link

Audio not playing. #15

Open ruchitsportz opened 5 years ago

ruchitsportz commented 5 years ago

When users play an audio for the first time it works perfectly but when users closes the app from background while playing the audio.The audio stops but when user open the app again and try to play it doesn't play.

Device:- OnePlus 5T.

nepsalone commented 5 years ago

need some change in RadioManager

rpinto18 commented 4 years ago

RadioManager.java line 57 add instance=null; public void unbind() { instance=null; context.unbindService(serviceConnection); }