mirror of
https://github.com/flutter/flutter.git
synced 2026-02-20 02:29:02 +08:00
This tries to make the menu controller more careful about the state transitions it goes through, in particular, not firing off animations while we're already closing (since that used to trigger the "we're done animating" callback which then closes the menu forcibly). R=eseidel@chromium.org Review URL: https://codereview.chromium.org/1074883005