We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f073611 commit b82e49fCopy full SHA for b82e49f
1 file changed
Coding_iOS/Views/Cell/ConversationCell.m
@@ -67,6 +67,9 @@ - (void)layoutSubviews{
67
if (_curPriMsg.hasMedia) {
68
[textMsg appendString:@"[图片]"];
69
}
70
+ if (_curPriMsg.file || _curPriMsg.voiceMedia) {
71
+ [textMsg setString:@"[语音]"];
72
+ }
73
_msg.text = textMsg;
74
75
NSString *badgeTip = @"";
0 commit comments