Open ruchitsportz opened 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.
need some change in RadioManager
RadioManager.java line 57 add instance=null; public void unbind() { instance=null; context.unbindService(serviceConnection); }
instance=null;
public void unbind() { instance=null; context.unbindService(serviceConnection); }
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.