Commit ad26d576 by ydl

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

parent 3b6b36d7
...@@ -10,7 +10,7 @@ ext { ...@@ -10,7 +10,7 @@ ext {
"m-fm" : "0.0.29.9", "m-fm" : "0.0.29.9",
"m-user" : "0.0.60.8", "m-user" : "0.0.60.8",
"m-home" : "0.0.22.3", "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-dynamic" : "0.0.7.7",
"m-article" : "0.0.0.5", "m-article" : "0.0.0.5",
......
...@@ -71,7 +71,7 @@ public class MsgViewHolderAVChat extends MsgViewHolderBase { ...@@ -71,7 +71,7 @@ public class MsgViewHolderAVChat extends MsgViewHolderBase {
String textString = ""; String textString = "";
switch (attachment.getState()) { switch (attachment.getState()) {
case Success: //成功接听 case Success: //成功接听
textString = TimeUtil.secToTime(attachment.getDuration()); textString = "通话接听时长 " + TimeUtil.secToTime(attachment.getDuration());
break; break;
case Missed: //未接听 case Missed: //未接听
case Rejected: //主动拒绝 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