커뮤니티 콘텐츠 재생
- 플레이어(재생목록)의 재생이 멈추도록 코드 수정
This commit is contained in:
@@ -9,6 +9,7 @@ import android.widget.Toast
|
||||
import androidx.annotation.Keep
|
||||
import com.google.gson.annotations.SerializedName
|
||||
import kr.co.vividnext.sodalive.audio_content.AudioContentPlayService
|
||||
import kr.co.vividnext.sodalive.audio_content.player.AudioContentPlayerService
|
||||
import java.io.IOException
|
||||
|
||||
@Keep
|
||||
@@ -115,5 +116,11 @@ class CreatorCommunityMediaPlayerManager(
|
||||
action = AudioContentPlayService.MusicAction.PAUSE.name
|
||||
}
|
||||
)
|
||||
|
||||
context.startService(
|
||||
Intent(context, AudioContentPlayerService::class.java).apply {
|
||||
action = "STOP_SERVICE"
|
||||
}
|
||||
)
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user