Bluesky app fork with some witchin' additions 💫
0
fork

Configure Feed

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

Try to fix scroll indicator on Feeds page (#2245)

* Try to fix scroll indicator on Feeds page

* Apply to List

authored by

Eric Bailey and committed by
GitHub
e87065f0 c00c5efb

+2
+1
src/view/com/util/List.tsx
··· 52 52 return ( 53 53 <FlatList_INTERNAL 54 54 {...props} 55 + scrollIndicatorInsets={{right: 1}} 55 56 onScroll={scrollHandler} 56 57 scrollEventThrottle={1} 57 58 ref={ref}
+1
src/view/screens/Feeds.tsx
··· 499 499 onEndReached={onEndReached} 500 500 // @ts-ignore our .web version only -prf 501 501 desktopFixedHeight 502 + scrollIndicatorInsets={{right: 1}} 502 503 /> 503 504 504 505 {hasSession && (