Room details: Fix SYIOS-17 - Fudge around flickering during echos

This commit is contained in:
giomfo
2014-12-16 10:23:14 +01:00
parent 9b0f66966d
commit 391b016029
5 changed files with 65 additions and 21 deletions
+4
View File
@@ -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