remove extra statement (#8041)

Remove an extra statement introduced in 36ca5740c7
This commit is contained in:
Chris Yang 2019-03-05 11:12:00 -08:00 committed by GitHub
parent 14e082fa05
commit effee2f80e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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 {