mirror of
https://github.com/flutter/flutter.git
synced 2026-02-20 02:29:02 +08:00
Previously, the scroll correction code path was untested. This patch introduces a test for the code path and fixes two issues with it. There's likely more work we'll need to do in this area to nail down all the cases. Fixes #8155