mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-04-24 18:42:47 +02:00
FileWithoutThumbnailBaseBubbleCell: Update attributed text usage.
This commit is contained in:
+2
-6
@@ -22,12 +22,8 @@ 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)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user