Bluesky app fork with some witchin' additions 💫
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

set `onEndReachedThreshold` to `2` for notifications (#4235)

authored by

Hailey and committed by
GitHub
af10d3ac e6d26186

+1 -1
+1 -1
src/view/com/notifications/Feed.tsx
··· 165 165 refreshing={isPTRing} 166 166 onRefresh={onRefresh} 167 167 onEndReached={onEndReached} 168 - onEndReachedThreshold={0.6} 168 + onEndReachedThreshold={2} 169 169 onScrolledDownChange={onScrolledDownChange} 170 170 contentContainerStyle={s.contentContainer} 171 171 // @ts-ignore our .web version only -prf