Remove old todo (#70131)
This commit is contained in:
parent
e3bb51fa1f
commit
31c0291af4
@ -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)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user