tweak: fix the layout of snapshot in context menu view

This commit is contained in:
ryanzhao 2022-08-10 14:08:17 +10:00
parent 85b3015d71
commit 827ecee7b0
1 changed files with 1 additions and 1 deletions

View File

@ -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