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