BugFix #126: The timestamp of the unsent messages are not stable

This commit is contained in:
giomfo
2016-03-03 17:39:10 +01:00
parent 316e8065b5
commit 2646d4f2d7
4 changed files with 65 additions and 9 deletions
+2 -2
View File
@@ -22,12 +22,12 @@
@interface RoomBubbleCellData : MXKRoomBubbleCellDataWithAppendingMode
/**
A Boolean value that determines whether this bubble is the current last one.
A Boolean value that determines whether this bubble contains the current last message.
Used to keep displaying the timestamp of the last message.
CAUTION: This property is presently set during bubble rendering in order to be used during bubble cell life.
*/
@property(nonatomic) BOOL isLastBubble;
@property(nonatomic) BOOL containsLastMessage;
/**
A Boolean value that determines whether some read receipts are currently displayed in this bubble.