mirror of
https://github.com/flutter/flutter.git
synced 2026-02-20 02:29:02 +08:00
remove extra statement (#8041)
Remove an extra statement introduced in 36ca5740c7
This commit is contained in:
parent
14e082fa05
commit
effee2f80e
@ -427,7 +427,6 @@ void FlutterPlatformViewsController::EnsureGLOverlayInitialized(
|
||||
- (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 {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user