@@ -121,9 +121,7 @@ class GameIntroductionActivity :
override fun onPause() {
if (voicePlayer != null) {
- if (voicePlayer!!.isPlaying) {
- voicePlayer?.stop()
- }
+ voicePlayer?.stop()
}
if (mVodPlayer != null) {
mVodPlayer?.pause()