Bluesky app fork with some witchin' additions 💫
0
fork

Configure Feed

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

fix mute list overflow bug (#1041)

authored by

Ansh and committed by
GitHub
7e1dac04 30ac9259

+2
+2
src/view/screens/ProfileList.tsx
··· 19 19 import {toShareUrl} from 'lib/strings/url-helpers' 20 20 import {shareUrl} from 'lib/sharing' 21 21 import {ListActions} from 'view/com/lists/ListActions' 22 + import {s} from 'lib/styles' 22 23 23 24 type Props = NativeStackScreenProps<CommonNavigatorParams, 'ProfileList'> 24 25 export const ProfileListScreen = withAuthRequired( ··· 132 133 onPressEditList={onPressEditList} 133 134 onPressDeleteList={onPressDeleteList} 134 135 onPressShareList={onPressShareList} 136 + style={[s.flex1]} 135 137 /> 136 138 </CenteredView> 137 139 )