Commit 4bd5207 1 parent 87c34bc commit 4bd5207 Copy full SHA for 4bd5207
File tree 2 files changed +1
-2
lines changed
2 files changed +1
-2
lines changed Original file line number Diff line number Diff line change @@ -210,7 +210,7 @@ class _FooterLocatorRenderSliver extends RenderSliverSingleBoxAdapter {
210
210
// No cache extent.
211
211
cacheExtent: math.min (childExtent, paintExtent),
212
212
maxPaintExtent: math.max (childExtent, paintExtent),
213
- hitTestExtent: paintedChildSize,
213
+ hitTestExtent: math. max (childExtent, paintedChildSize) ,
214
214
hasVisualOverflow: childExtent > constraints.remainingPaintExtent ||
215
215
constraints.scrollOffset > 0 ,
216
216
visible: true ,
Original file line number Diff line number Diff line change @@ -211,7 +211,6 @@ class _HeaderLocatorRenderSliver extends RenderSliverSingleBoxAdapter {
211
211
// No cache extent.
212
212
cacheExtent: math.min (childExtent, paintExtent),
213
213
maxPaintExtent: math.max (childExtent, paintExtent),
214
- // fix: second Event failure
215
214
hitTestExtent: math.max (childExtent, paintedChildSize),
216
215
hasVisualOverflow: childExtent > constraints.remainingPaintExtent ||
217
216
constraints.scrollOffset > 0 ,
You can’t perform that action at this time.
0 commit comments