• Adam Barth's avatar
    DoubleTap gesture asserts when rejected · 07a9cc75
    Adam Barth authored
    The pointer router was using an iteration pattern that always delivers
    handleEvent calls even if you remove a route during the iteration.
    That's awkward to program against and causes trouble for the double-tap
    gesture.
    
    This patch switches PointerRouter to using a re-entrant iteration
    pattern that supports removing routes (but not adding routes) during the
    iteration.
    07a9cc75
Name
Last commit
Last update
..
cassowary Loading commit data...
firebase Loading commit data...
flutter Loading commit data...
flutter_sprites Loading commit data...
flutter_test Loading commit data...
flutter_tools Loading commit data...
flx Loading commit data...
newton Loading commit data...
playfair Loading commit data...
updater Loading commit data...
.gitignore Loading commit data...