Bluesky app fork with some witchin' additions 💫
0
fork

Configure Feed

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

disable automaticallAdjustsScrollIndicatorInsets (#7131)

authored by

Samuel Newman and committed by
GitHub
c339dc5b 3ed237b6

+4
+4
src/view/com/util/List.tsx
··· 53 53 headerOffset, 54 54 style, 55 55 progressViewOffset, 56 + automaticallyAdjustsScrollIndicatorInsets = false, 56 57 ...props 57 58 }, 58 59 ref, ··· 151 152 return ( 152 153 <FlatList_INTERNAL 153 154 {...props} 155 + automaticallyAdjustsScrollIndicatorInsets={ 156 + automaticallyAdjustsScrollIndicatorInsets 157 + } 154 158 scrollIndicatorInsets={{top: headerOffset, right: 1}} 155 159 contentOffset={contentOffset} 156 160 refreshControl={refreshControl}