• G
    Swap setTraversalBefore to setTraversalAfter, since setTraversalBefore is broken. (#4656) · f5a4a937
    Greg Spencer 提交于
    It seems that setTraversalBefore doesn't work as well as setTraversalAfter for some reason, although I'm using them the same way. Some apps would lock up TalkBack when traversing if setTraversalBefore was set, but not with the equivalent setTraversalAfter.
    
    It's not entirely clear why this is, but I'm going with this to at least get it fixed for apps we know about.
    
    Addresses flutter/flutter#14600
    
    See also flutter/flutter#14607
    f5a4a937
semantics.dart 19.2 KB