mirror of
https://github.com/flutter/flutter.git
synced 2026-02-20 02:29:02 +08:00
When I implemented https://github.com/flutter/flutter/pull/149334, there was a bug that if the actions section is overscrolled for too far (typically due to a fling), the overscroll background might be so long that it overflows the actions section. This PR fixes this bug.