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 ef61ac0702
commit 9849682124
@@ -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;