Skip to content

Commit 5bf5b44

Browse files
committed
BillingDetailsTableViewCell: Applying gesture recognizer to the main view
1 parent f63daaa commit 5bf5b44

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

WooCommerce/Classes/ViewRelated/Orders/OrderDetails/BillingDetailsTableViewCell.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ class BillingDetailsTableViewCell: UITableViewCell {
3434
self?.onTouchUp?()
3535
}
3636

37-
contentView.gestureRecognizers = [gestureRecognizer]
37+
addGestureRecognizer(gestureRecognizer)
3838
}
3939

4040
func configure(text: String?, image: UIImage) {

0 commit comments

Comments
 (0)