|
|
@ -101,6 +101,7 @@ class AudioPlayService : BaseService(), |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
private fun play(url: String) { |
|
|
|
private fun play(url: String) { |
|
|
|
|
|
|
|
upNotification() |
|
|
|
if (requestFocus()) { |
|
|
|
if (requestFocus()) { |
|
|
|
try { |
|
|
|
try { |
|
|
|
postEvent(Bus.AUDIO_STATE, Status.PLAY) |
|
|
|
postEvent(Bus.AUDIO_STATE, Status.PLAY) |
|
|
|