Remove old todo (#70131)

This commit is contained in:
Kate Lovett 2020-11-09 16:44:04 -06:00 committed by GitHub
parent e3bb51fa1f
commit 31c0291af4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -86,7 +86,6 @@ class RenderSliverFillRemainingWithScrollable extends RenderSliverSingleBoxAdapt
@override @override
void performLayout() { void performLayout() {
final SliverConstraints constraints = this.constraints; 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); final double extent = constraints.remainingPaintExtent - math.min(constraints.overlap, 0.0);
if (child != null) if (child != null)