|
@@ -720,7 +720,7 @@ class WdKeepAliveService : AbsWorkService() {
|
|
|
private fun playChannelVoiceMsg(channelImDO: ChannelImDO) {
|
|
|
synchronized(this) {
|
|
|
//如果当前正在播放留言则将新的群留言加入待播放留言列表
|
|
|
- if ((imPlayState == 2 || imPlayState == 1) && MediaPlayHelper.getInstance().isMediaPlaying()) {
|
|
|
+ if ((imPlayState == 2 || imPlayState == 1) /*&& MediaPlayHelper.getInstance().isMediaPlaying()*/) {
|
|
|
channelImList.add(channelImDO)
|
|
|
} else {
|
|
|
startPlayChannelIm(channelImDO)
|