mirror of
https://github.com/flutter/flutter.git
synced 2026-02-20 02:29:02 +08:00
This change ensures that touches are mapped to the Flutter view co-ordinate system. In the case of a Flutter view that doesn't share the same origin and orientation as the screen co-ordinate system, touches were appled in the wrong location. This bug affected Flutter views whose origin was not the screen origin and Flutter apps running with the in-call status bar on iPhones other than the iPhone X.