mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-04-21 17:12:45 +02:00
Bug Fix - Chat screen: the message overlaps its timestamp
(related to #1361)
This commit is contained in:
@@ -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.
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user