From 827ecee7b01cff631943f8d25d106cf6f709438a Mon Sep 17 00:00:00 2001 From: ryanzhao Date: Wed, 10 Aug 2022 14:08:17 +1000 Subject: [PATCH] tweak: fix the layout of snapshot in context menu view --- Session/Conversations/ConversationVC+Interaction.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Session/Conversations/ConversationVC+Interaction.swift b/Session/Conversations/ConversationVC+Interaction.swift index 23a164595..54d820bb4 100644 --- a/Session/Conversations/ConversationVC+Interaction.swift +++ b/Session/Conversations/ConversationVC+Interaction.swift @@ -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