Skip to content

Commit 3042fab

Browse files
committed
语音不转发
1 parent 9fc892c commit 3042fab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Coding_iOS/Controllers/ConversationViewController.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -303,7 +303,7 @@ - (UITableViewCell *)tableView:(UITableView *)tableView cellForRowAtIndexPath:(N
303303
if (canDelete) {
304304
[menuItemArray addObject:@"删除"];
305305
}
306-
if (curMsg.sendStatus == PrivateMessageStatusSendSucess) {
306+
if (curMsg.sendStatus == PrivateMessageStatusSendSucess && ![curMsg isVoice]) {
307307
[menuItemArray addObject:@"转发"];
308308
}
309309

0 commit comments

Comments
 (0)