|
|
|
@ -649,7 +649,7 @@ extension ConversationVC:
|
|
|
|
.elements
|
|
|
|
.elements
|
|
|
|
.firstIndex(of: cellViewModel),
|
|
|
|
.firstIndex(of: cellViewModel),
|
|
|
|
let cell = tableView.cellForRow(at: IndexPath(row: index, section: sectionIndex)) as? VisibleMessageCell,
|
|
|
|
let cell = tableView.cellForRow(at: IndexPath(row: index, section: sectionIndex)) as? VisibleMessageCell,
|
|
|
|
let snapshot = cell.bubbleView.snapshotView(afterScreenUpdates: false),
|
|
|
|
let snapshot = cell.snContentView.snapshotView(afterScreenUpdates: false),
|
|
|
|
contextMenuWindow == nil,
|
|
|
|
contextMenuWindow == nil,
|
|
|
|
let actions: [ContextMenuVC.Action] = ContextMenuVC.actions(
|
|
|
|
let actions: [ContextMenuVC.Action] = ContextMenuVC.actions(
|
|
|
|
for: cellViewModel,
|
|
|
|
for: cellViewModel,
|
|
|
|
|