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 4f874e4ad2
commit d598b14af6
@@ -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;