Bug Fix - Chat screen: the message overlaps its timestamp

(related to #1361)
This commit is contained in:
Giom Foret
2017-06-28 18:51:05 +02:00
parent 0f14ab0d29
commit ffc142f64b
3 changed files with 64 additions and 13 deletions
+5
View File
@@ -37,6 +37,11 @@
*/
@property(nonatomic) NSString *selectedEventId;
/**
The index of the oldest component (component with a timestamp, and an actual display). NSNotFound by default.
*/
@property(nonatomic, readonly) NSInteger oldestComponentIndex;
/**
The index of the most recent component (component with a timestamp, and an actual display). NSNotFound by default.
*/