FileWithoutThumbnailBaseBubbleCell: Update attributed text usage.

This commit is contained in:
SBiOSoftWhare 2022-02-09 16:32:58 +01:00
parent f60c9d7a03
commit c7c0519e76

View file

@ -23,11 +23,7 @@ class FileWithoutThumbnailBaseBubbleCell: SizableBaseBubbleCell, BubbleCellReact
override func render(_ cellData: MXKCellData!) {
super.render(cellData)
guard let data = cellData as? RoomBubbleCellData else {
return
}
self.fileAttachementView?.titleLabel.attributedText = data.attributedTextMessage
self.fileAttachementView?.titleLabel.attributedText = self.suitableAttributedTextMessage
self.update(theme: ThemeService.shared().theme)
}