tweak: fix the layout of snapshot in context menu view

pull/647/head
ryanzhao 3 years ago
parent 85b3015d71
commit 827ecee7b0

@ -668,7 +668,7 @@ extension ConversationVC:
self.contextMenuWindow = ContextMenuWindow()
self.contextMenuVC = ContextMenuVC(
snapshot: snapshot,
frame: cell.convert(cell.bubbleView.frame, to: keyWindow),
frame: cell.convert(cell.snContentView.frame, to: keyWindow),
cellViewModel: cellViewModel,
actions: actions
) { [weak self] in

Loading…
Cancel
Save