mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-04-21 00:52:43 +02:00
RoomVC: Display message time when contextual menu is shown.
This commit is contained in:
@@ -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];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user