mirror of
https://github.com/bggRGjQaUbCoE/PiliPlus.git
synced 2026-05-14 21:24:02 +08:00
@@ -79,9 +79,9 @@ class _SliverFloatingHeaderScrollState
|
|||||||
|
|
||||||
void _isScrollingListener() {
|
void _isScrollingListener() {
|
||||||
assert(_position != null);
|
assert(_position != null);
|
||||||
final RenderSliverFloatingHeader? renderer = context
|
|
||||||
.findAncestorRenderObjectOfType<RenderSliverFloatingHeader>();
|
|
||||||
if (_position!.isScrollingNotifier.value) {
|
if (_position!.isScrollingNotifier.value) {
|
||||||
|
final RenderSliverFloatingHeader? renderer = context
|
||||||
|
.findAncestorRenderObjectOfType<RenderSliverFloatingHeader>();
|
||||||
renderer?.updateScrollStartDirection(_position!.userScrollDirection);
|
renderer?.updateScrollStartDirection(_position!.userScrollDirection);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user