Skip to content

Commit

Permalink
sign comment
Browse files Browse the repository at this point in the history
  • Loading branch information
mozzius committed Sep 25, 2024
1 parent 26dd577 commit fa36c38
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/screens/Profile/Header/GrowableBanner.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,7 @@ function useShouldAnimateSpinner({
}) {
const [isOverscrolled, setIsOverscrolled] = useState(false)
// HACK: it reports a scroll pos of 0 for a tick when fetching finishes
// so paper over that by keeping it true for a bit
// so paper over that by keeping it true for a bit -sfn
const stickyIsOverscrolled = useStickyToggle(isOverscrolled, 10)

useAnimatedReaction(
Expand Down

0 comments on commit fa36c38

Please sign in to comment.