BubbleRoomTimelineCellDecorator: Support TimestampDisplayable cells.

This commit is contained in:
SBiOSoftWhare
2022-02-03 16:50:52 +01:00
parent c50b9da5ee
commit 90ee6944b0
2 changed files with 11 additions and 2 deletions
@@ -174,6 +174,10 @@ class BaseBubbleCell: MXKRoomBubbleTableViewCell, BaseBubbleCellType {
if let bubbleCellThreadSummaryDisplayable = self as? BubbleCellThreadSummaryDisplayable {
bubbleCellThreadSummaryDisplayable.removeThreadSummaryView()
}
if let timestampDisplayable = self as? TimestampDisplayable {
timestampDisplayable.removeTimestampView()
}
}
override func render(_ cellData: MXKCellData!) {