mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-04-25 19:10:49 +02:00
Rename BubbleCellThreadSummaryDisplayable to RoomCellThreadSummaryDisplayable.
This commit is contained in:
@@ -135,7 +135,7 @@ class SizableBaseBubbleCell: BaseRoomCell, SizableBaseBubbleCellType {
|
||||
}
|
||||
|
||||
// Add thread summary view height if needed
|
||||
if sizingView is BubbleCellThreadSummaryDisplayable,
|
||||
if sizingView is RoomCellThreadSummaryDisplayable,
|
||||
let roomBubbleCellData = cellData as? RoomBubbleCellData,
|
||||
roomBubbleCellData.hasThreadRoot {
|
||||
|
||||
|
||||
Reference in New Issue
Block a user