Rename BubbleCellContentView to RoomCellContentView.

This commit is contained in:
SBiOSoftWhare
2022-02-16 10:11:35 +01:00
parent 75c0b1281e
commit 1d736d4dad
6 changed files with 16 additions and 18 deletions
@@ -31,7 +31,7 @@ class KeyVerificationBaseBubbleCell: MXKRoomBubbleTableViewCell {
weak var keyVerificationCellInnerContentView: KeyVerificationCellInnerContentView?
weak var bubbleCellContentView: BubbleCellContentView?
weak var bubbleCellContentView: RoomCellContentView?
override var bubbleInfoContainer: UIView! {
get {
@@ -202,7 +202,7 @@ class KeyVerificationBaseBubbleCell: MXKRoomBubbleTableViewCell {
private func setupContentView() {
if self.bubbleCellContentView == nil {
let bubbleCellContentView = BubbleCellContentView.instantiate()
let bubbleCellContentView = RoomCellContentView.instantiate()
let innerContentView = KeyVerificationCellInnerContentView.instantiate()