Bluesky app fork with some witchin' additions 💫
0
fork

Configure Feed

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

Fix load spinner positioning (close #415) (#421)

authored by

Paul Frazee and committed by
GitHub
0407e93e e27cd009

+1 -1
+1 -1
src/view/com/posts/Feed.tsx
··· 169 169 onRefresh={onRefresh} 170 170 tintColor={pal.colors.text} 171 171 titleColor={pal.colors.text} 172 + progressViewOffset={headerOffset} 172 173 /> 173 174 } 174 175 contentContainerStyle={s.contentContainer} ··· 178 179 removeClippedSubviews={true} 179 180 contentInset={{top: headerOffset}} 180 181 contentOffset={{x: 0, y: headerOffset * -1}} 181 - progressViewOffset={headerOffset} 182 182 /> 183 183 )} 184 184 </View>