mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-04-27 19:56:57 +02:00
Room details: Fix SYIOS-17 - Fudge around flickering during echos
This commit is contained in:
@@ -71,4 +71,8 @@ typedef enum : NSUInteger {
|
||||
|
||||
// Return true if the event id is one of the message items
|
||||
- (BOOL)containsEventId:(NSString*)eventId;
|
||||
|
||||
// Show/Hide the component related to the provided event id (available only for type = RoomMessageTypeText)
|
||||
- (void)hideComponent:(BOOL)isHidden withEventId:(NSString*)eventId;
|
||||
|
||||
@end
|
||||
Reference in New Issue
Block a user