mirror of
https://github.com/flutter/flutter.git
synced 2026-02-20 02:29:02 +08:00
ForwardingGestureRecognizer was previously accepting the gesture when the touch sequence ended, this was causing some other gesture recognizers to not accept the gestures (e.g tapping on the my location button in a Google Map didn't work).