mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-04-21 17:12:45 +02:00
BubbleRoomTimelineCellDecorator: Support TimestampDisplayable cells.
This commit is contained in:
@@ -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!) {
|
||||
|
||||
Reference in New Issue
Block a user