• Adam Barth's avatar
    Parent data not updated when reparenting using global keys · 35464f44
    Adam Barth authored
    When we reactivate a subtree that had a global key, we weren't updating the
    parent data because:
    
    1) The child wasn't in the tree when we updated the parent data element.
    2) The activated child didn't go through mount (just through update).
    
    This patch moves the parent data update work to when we attach the render
    object, which we do both during mount and when reactivating a child.
    
    Fixes #345
    35464f44
Name
Last commit
Last update
..
cassowary Loading commit data...
flutter Loading commit data...
flutter_sprites Loading commit data...
flutter_tools Loading commit data...
flx Loading commit data...
newton Loading commit data...
playfair Loading commit data...
unit Loading commit data...
updater Loading commit data...
.gitignore Loading commit data...