mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-04-26 19:34:25 +02:00
MXKRoomBubbleTableViewCell: Update a method name.
This commit is contained in:
+3
-3
@@ -46,7 +46,7 @@ class BubbleRoomTimelineCellDecorator: PlainRoomTimelineCellDecorator {
|
||||
viewTag: componentIndex)
|
||||
timestampLabel.translatesAutoresizingMaskIntoConstraints = false
|
||||
|
||||
cell.addTmpSubview(timestampLabel)
|
||||
cell.addTemporarySubview(timestampLabel)
|
||||
|
||||
bubbleBackgroundView.addSubview(timestampLabel)
|
||||
|
||||
@@ -69,7 +69,7 @@ class BubbleRoomTimelineCellDecorator: PlainRoomTimelineCellDecorator {
|
||||
override func addReactionView(_ reactionsView: BubbleReactionsView,
|
||||
toCell cell: MXKRoomBubbleTableViewCell, cellData: RoomBubbleCellData, contentViewPositionY: CGFloat, upperDecorationView: UIView?) {
|
||||
|
||||
cell.addTmpSubview(reactionsView)
|
||||
cell.addTemporarySubview(reactionsView)
|
||||
|
||||
if let reactionsDisplayable = cell as? BubbleCellReactionsDisplayable {
|
||||
reactionsDisplayable.addReactionsView(reactionsView)
|
||||
@@ -142,7 +142,7 @@ class BubbleRoomTimelineCellDecorator: PlainRoomTimelineCellDecorator {
|
||||
cellData: RoomBubbleCellData,
|
||||
contentViewPositionY: CGFloat) {
|
||||
|
||||
cell.addTmpSubview(urlPreviewView)
|
||||
cell.addTemporarySubview(urlPreviewView)
|
||||
|
||||
let cellContentView = cell.contentView
|
||||
|
||||
|
||||
+3
-3
@@ -37,7 +37,7 @@ class PlainRoomTimelineCellDecorator: RoomTimelineCellDecorator {
|
||||
toCell cell: MXKRoomBubbleTableViewCell,
|
||||
cellData: RoomBubbleCellData,
|
||||
contentViewPositionY: CGFloat) {
|
||||
cell.addTmpSubview(urlPreviewView)
|
||||
cell.addTemporarySubview(urlPreviewView)
|
||||
|
||||
let cellContentView = cell.contentView
|
||||
|
||||
@@ -65,7 +65,7 @@ class PlainRoomTimelineCellDecorator: RoomTimelineCellDecorator {
|
||||
contentViewPositionY: CGFloat,
|
||||
upperDecorationView: UIView?) {
|
||||
|
||||
cell.addTmpSubview(reactionsView)
|
||||
cell.addTemporarySubview(reactionsView)
|
||||
|
||||
if let reactionsDisplayable = cell as? BubbleCellReactionsDisplayable {
|
||||
reactionsDisplayable.addReactionsView(reactionsView)
|
||||
@@ -107,7 +107,7 @@ class PlainRoomTimelineCellDecorator: RoomTimelineCellDecorator {
|
||||
contentViewPositionY: CGFloat,
|
||||
upperDecorationView: UIView?) {
|
||||
|
||||
cell.addTmpSubview(readReceiptsView)
|
||||
cell.addTemporarySubview(readReceiptsView)
|
||||
|
||||
if let readReceiptsDisplayable = cell as? BubbleCellReadReceiptsDisplayable {
|
||||
readReceiptsDisplayable.addReadReceiptsView(readReceiptsView)
|
||||
|
||||
Reference in New Issue
Block a user