mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-04-21 09:02:44 +02:00
RoomViewController: Disable reply on single tap selection.
This commit is contained in:
@@ -2854,9 +2854,7 @@
|
||||
|
||||
- (void)selectEventWithId:(NSString*)eventId
|
||||
{
|
||||
BOOL shouldEnableReplyMode = [self.roomDataSource canReplyToEventWithId:eventId];
|
||||
|
||||
[self selectEventWithId:eventId enableReplyMode:shouldEnableReplyMode showTimestamp:YES];
|
||||
[self selectEventWithId:eventId enableReplyMode:NO showTimestamp:YES];
|
||||
}
|
||||
|
||||
- (void)selectEventWithId:(NSString*)eventId enableReplyMode:(BOOL)enableReplyMode showTimestamp:(BOOL)showTimestamp
|
||||
|
||||
Reference in New Issue
Block a user