Commit ad26d576 by ydl

修改语音私聊消息的ui展示

parent 3b6b36d7
......@@ -10,7 +10,7 @@ ext {
"m-fm" : "0.0.29.9",
"m-user" : "0.0.60.8",
"m-home" : "0.0.22.3",
"m-im" : "0.0.18.5",
"m-im" : "0.0.18.7",
"m-dynamic" : "0.0.7.7",
"m-article" : "0.0.0.5",
......
......@@ -71,7 +71,7 @@ public class MsgViewHolderAVChat extends MsgViewHolderBase {
String textString = "";
switch (attachment.getState()) {
case Success: //成功接听
textString = TimeUtil.secToTime(attachment.getDuration());
textString = "通话接听时长 " + TimeUtil.secToTime(attachment.getDuration());
break;
case Missed: //未接听
case Rejected: //主动拒绝
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment