Bluesky app fork with some witchin' additions 💫

Double the footer on the list members flatlist

+1 -1
+1 -1
src/view/com/lists/ListMembers.tsx
··· 202 202 203 203 const Footer = React.useCallback( 204 204 () => ( 205 - <View style={{paddingTop: 20, paddingBottom: 200}}> 205 + <View style={{paddingTop: 20, paddingBottom: 400}}> 206 206 {isFetching && <ActivityIndicator />} 207 207 </View> 208 208 ),