mirror of
https://github.com/zongzibinbin/MallChat.git
synced 2026-03-13 21:53:41 +08:00
fix:语音bug修复
This commit is contained in:
@@ -44,7 +44,7 @@ public class SoundMsgHandler extends AbstractMsgHandler {
|
||||
|
||||
@Override
|
||||
public Object showMsg(Message msg) {
|
||||
return msg.getExtra().getFileMsg();
|
||||
return msg.getExtra().getSoundMsgDTO();
|
||||
}
|
||||
|
||||
@Override
|
||||
|
||||
Reference in New Issue
Block a user