mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-04-23 10:02:46 +02:00
MESSENGER_2910 buildfixes V Contentscanner
This commit is contained in:
@@ -20,7 +20,7 @@ import Foundation
|
||||
import UIKit
|
||||
|
||||
@objcMembers
|
||||
class ContentScannerBaseCell: SizableBaseBubbleCell, BubbleCellReadReceiptsDisplayable, BubbleCellReactionsDisplayable {
|
||||
class ContentScannerBaseCell: SizableBaseRoomCell, RoomCellReadReceiptsDisplayable, RoomCellReactionsDisplayable {
|
||||
|
||||
var innerContent: ContentScannerContentDelegate?
|
||||
var scanStatusViewData: ContentScannerStatusViewData?
|
||||
@@ -61,8 +61,8 @@ class ContentScannerBaseCell: SizableBaseBubbleCell, BubbleCellReadReceiptsDispl
|
||||
guard let roomBubbleCellData = cellData as? RoomBubbleCellData else {
|
||||
return
|
||||
}
|
||||
self.bubbleCellContentView?.showEncryptionStatus = roomBubbleCellData.containsBubbleComponentWithEncryptionBadge
|
||||
self.bubbleCellContentView?.showSenderInfo = !roomBubbleCellData.shouldHideSenderInformation
|
||||
self.bubbleCellContentView?.showPaginationTitle = roomBubbleCellData.isPaginationFirstBubble
|
||||
self.roomCellContentView?.showEncryptionStatus = roomBubbleCellData.containsBubbleComponentWithEncryptionBadge
|
||||
self.roomCellContentView?.showSenderInfo = !roomBubbleCellData.shouldHideSenderInformation
|
||||
self.roomCellContentView?.showPaginationTitle = roomBubbleCellData.isPaginationFirstBubble
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user