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