change logic

This commit is contained in:
Samuel Newman
2026-04-06 19:44:47 +03:00
parent 8405d4f3f0
commit a3142e419f
+1 -2
View File
@@ -142,8 +142,7 @@ export function FeedPage({
}, [ax, scrollToTop, feed, queryClient])
const shouldPrefetch = IS_NATIVE && isPageAdjacent
const windowSize =
isPageAdjacent && !hasBeenFocused ? 1 : undefined
const windowSize = isPageFocused || hasBeenFocused ? undefined : 1
const isDiscoverFeed = feedInfo.uri === DISCOVER_FEED_URI
return (
<View