remove dead code
This commit is contained in:
parent
dcb567e1a5
commit
92cd02669f
@ -321,11 +321,6 @@
|
||||
|
||||
- (void)jsq_handleTapGesture:(UITapGestureRecognizer *)tap
|
||||
{
|
||||
if ([UIMenuController sharedMenuController].isMenuVisible) {
|
||||
[[UIMenuController sharedMenuController] setMenuVisible:NO animated:YES];
|
||||
return;
|
||||
}
|
||||
|
||||
CGPoint touchPt = [tap locationInView:self];
|
||||
|
||||
if (CGRectContainsPoint(self.avatarContainerView.frame, touchPt)) {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user