Update Riot/Modules/Room/CellData/RoomBubbleCellData.h

Co-Authored-By: manuroe <manuroe@users.noreply.github.com>
This commit is contained in:
SBiOSoftWhare
2019-05-22 17:27:29 +02:00
committed by GitHub
parent aa6af3957c
commit a34a8399d1
@@ -41,7 +41,7 @@ typedef NS_ENUM(NSInteger, RoomBubbleCellDataTag)
@property(nonatomic) BOOL showTimestampForSelectedComponent;
/**
Indicate true to display the timestamp of the selected component on the left when there is enough space (YES by default).
Indicate true to display the timestamp of the selected component on the left if possible (YES by default).
*/
@property(nonatomic) BOOL displayTimestampForSelectedComponentOnLeftWhenPossible;