mirror of
https://github.com/flutter/flutter.git
synced 2026-02-20 02:29:02 +08:00
If your layout manager changes, then you need to setNeedsLayout, otherwise the next frame doesn't even get scheduled. We already correctly handle going from not having layout to having one or vice versa by doing the more drastic reattaching since that requires changing your actual render class. R=eseidel@chromium.org Review URL: https://codereview.chromium.org/1060013005