RoomVC: Display message time when contextual menu is shown.

This commit is contained in:
SBiOSoftWhare
2019-05-22 16:54:51 +02:00
parent d098b0a68c
commit b913fdb093
+1 -1
View File
@@ -5082,7 +5082,7 @@
return;
}
[self selectEventWithId:event.eventId enableReplyMode:NO showTimestamp:NO];
[self selectEventWithId:event.eventId enableReplyMode:NO showTimestamp:YES];
NSArray<RoomContextualMenuItem*>* contextualMenuItems = [self contextualMenuItemsForEvent:event andCell:cell];