Merge branch 'develop' into steve/bubbles_move_files

This commit is contained in:
SBiOSoftWhare
2022-02-16 16:07:32 +01:00
129 changed files with 1482 additions and 565 deletions
@@ -16,6 +16,7 @@
*/
#import "RoomEncryptedDataBubbleCell.h"
#import "GeneratedInterface-Swift.h"
NSString *const kRoomEncryptedDataBubbleCellTapOnEncryptionIcon = @"kRoomEncryptedDataBubbleCellTapOnEncryptionIcon";
@@ -28,7 +29,7 @@ NSString *const kRoomEncryptedDataBubbleCellTapOnEncryptionIcon = @"kRoomEncrypt
return nil;
}
return [UIImage imageNamed:@"encryption_warning"];
return AssetImages.encryptionWarning.image;
}
+ (void)addEncryptionStatusFromBubbleData:(MXKRoomBubbleCellData *)bubbleData inContainerView:(UIView *)containerView