[go: nahoru, domu]

Skip to content

Commit

Permalink
Remove old todo (#70131)
Browse files Browse the repository at this point in the history
  • Loading branch information
Piinks committed Nov 9, 2020
1 parent e3bb51f commit 31c0291
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/flutter/lib/src/rendering/sliver_fill.dart
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,6 @@ class RenderSliverFillRemainingWithScrollable extends RenderSliverSingleBoxAdapt
@override
void performLayout() {
final SliverConstraints constraints = this.constraints;
// TODO(Piinks): This may fill too much space for NestedScrollView, https://github.com/flutter/flutter/issues/46028
final double extent = constraints.remainingPaintExtent - math.min(constraints.overlap, 0.0);

if (child != null)
Expand Down

0 comments on commit 31c0291

Please sign in to comment.