Skip to content

Commit

Permalink
Remove TODO, reduce tech debt (flutter#26612)
Browse files Browse the repository at this point in the history
I fixed this TODO a while ago during my a11y work.
  • Loading branch information
goderbauer authored Jan 16, 2019
1 parent e8bfa81 commit f3f2d5a
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions packages/flutter/lib/src/rendering/sliver.dart
Original file line number Diff line number Diff line change
Expand Up @@ -1620,8 +1620,6 @@ abstract class RenderSliverSingleBoxAdapter extends RenderSliver with RenderObje
context.paintChild(child, offset + childParentData.paintOffset);
}
}

// TODO(ianh): semantics - shouldn't walk the invisible children
}

/// A [RenderSliver] that contains a single [RenderBox].
Expand Down

0 comments on commit f3f2d5a

Please sign in to comment.