Skip to content

Commit

Permalink
temporary fixed issue alibaba#13
Browse files Browse the repository at this point in the history
  • Loading branch information
tonylisph committed Jan 8, 2018
1 parent 76f729a commit dd82da6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions LazyScrollView/TMMuiLazyScrollView.m
Original file line number Diff line number Diff line change
Expand Up @@ -558,7 +558,7 @@ - (UIView *)dequeueReusableItemWithIdentifier:(NSString *)identifier muiID:(NSSt
[self.recycledMuiIDItemsDic removeObjectForKey:muiID];
}
[recycledIdentifierSet removeObject:view];
view.gestureRecognizers = nil;
// view.gestureRecognizers = nil;
} else {
view = nil;
}
Expand All @@ -574,7 +574,7 @@ - (UIView *)dequeueReusableItemWithIdentifier:(NSString *)identifier muiID:(NSSt
}
[recycledIdentifierSet removeObject:view];
// Then remove all gesture recognizers of it.
view.gestureRecognizers = nil;
// view.gestureRecognizers = nil;
} else {
view = nil;
}
Expand Down

0 comments on commit dd82da6

Please sign in to comment.