Skip to content

Commit

Permalink
remove extra statement (#8041)
Browse files Browse the repository at this point in the history
Remove an extra statement introduced in 36ca574
  • Loading branch information
Chris Yang authored Mar 5, 2019
1 parent 14e082f commit effee2f
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -427,7 +427,6 @@ - (instancetype)initWithTarget:(id)target flutterView:(UIView*)flutterView {
- (void)touchesBegan:(NSSet*)touches withEvent:(UIEvent*)event {
[_flutterView touchesBegan:touches withEvent:event];
_currentTouchPointersCount += touches.count;
[_flutterView touchesBegan:touches withEvent:event];
}

- (void)touchesMoved:(NSSet*)touches withEvent:(UIEvent*)event {
Expand Down

0 comments on commit effee2f

Please sign in to comment.