mirror of
https://github.com/flutter/flutter.git
synced 2026-02-20 02:29:02 +08:00
Was previously calling onTouchEvent directly which doesn't make the event go through the full pipeline (e.g onInterceptTouchEvent is not called).