Bug Fix - Chat screen: the vertical offset on encryption icon due to the timestamp

This commit is contained in:
giomfo
2016-11-16 15:36:35 +01:00
parent e032818f99
commit 080f0f1335
23 changed files with 118 additions and 251 deletions
@@ -36,6 +36,14 @@ extern NSString *const kRoomEncryptedDataBubbleCellTapOnEncryptionIcon;
*/
+ (UIImage*)encryptionIconForEvent:(MXEvent*)event andSession:(MXSession*)session;
/**
Set the encryption status icon in front of each bubble component.
@param bubbleData the bubble cell data
@param containerView the container view in which the icons will be added.
*/
+ (void)addEncryptionStatusFromBubbleData:(MXKRoomBubbleCellData *)bubbleData inContainerView:(UIView *)containerView;
@end