Can't tap message preview to dismiss context menu

This commit is contained in:
Eugene Bistolas 2021-08-10 07:07:44 -10:00 committed by Matthew Chen
parent 778b40fc07
commit 915c91ca53

View File

@ -365,6 +365,7 @@ class ContextMenuController: UIViewController, ContextMenuViewDelegate, UIGestur
contextMenuView.previewView?.accessibilityLabel = NSLocalizedString("MESSAGE_PREVIEW", comment: "Context menu message preview accessibility label")
contextMenuView.accessoryViews = accessoryViews
self.previewView?.isUserInteractionEnabled = false
self.previewView?.isHidden = true
self.previewView?.layer.shadowRadius = 12
self.previewView?.layer.shadowOffset = CGSize(width: 0, height: 4)