Bluesky app fork with some witchin' additions 💫

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

authored by hailey.at 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