update comments

This commit is contained in:
vineyardbovines
2026-03-03 10:54:20 -05:00
parent 5015977311
commit 7ef7656dcb
+1 -1
View File
@@ -160,7 +160,7 @@ export function PagerWithHeader({
// load. We filter it out, but only until the first real scroll event has
// been accepted. After that we stop filtering so that legitimate
// scroll-to-top events (which also target -headerHeight) are not rejected.
// profiles with very large headers DO scroll to -headerHeight normally,
// profiles with very large headers do scroll to -headerHeight normally,
// so we need to adjust the heuristic. - sfp
const hasReceivedScroll = useSharedValue(false)
const onScrollWorklet = useCallback(