Skip to content
This repository was archived by the owner on Feb 25, 2025. It is now read-only.

Commit effee2f

Browse files
author
Chris Yang
authored
remove extra statement (#8041)
Remove an extra statement introduced in 36ca574
1 parent 14e082f commit effee2f

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

shell/platform/darwin/ios/framework/Source/FlutterPlatformViews.mm

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -427,7 +427,6 @@ - (instancetype)initWithTarget:(id)target flutterView:(UIView*)flutterView {
427427
- (void)touchesBegan:(NSSet*)touches withEvent:(UIEvent*)event {
428428
[_flutterView touchesBegan:touches withEvent:event];
429429
_currentTouchPointersCount += touches.count;
430-
[_flutterView touchesBegan:touches withEvent:event];
431430
}
432431

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

0 commit comments

Comments
 (0)