Marino Faggiana 7 anos atrás
pai
commit
abe332e652
1 arquivos alterados com 1 adições e 0 exclusões
  1. 1 0
      iOSClient/Library/AHKActionSheet/AHKActionSheet.m

+ 1 - 0
iOSClient/Library/AHKActionSheet/AHKActionSheet.m

@@ -334,6 +334,7 @@ static const CGFloat maxWidth = 414.0f;
     
     if (self.cancelOnTapEmptyAreaEnabled.boolValue) {
         [self setUpCancelTapGestureForView:self.tableView];
+        [self setUpCancelTapGestureForView:self.blurredBackgroundView];
     }
     
     CGFloat slideDownMinOffset = (CGFloat)fmin(CGRectGetHeight(self.frame) + self.tableView.contentOffset.y, CGRectGetHeight(self.frame));