Bluesky app fork with some witchin' additions 💫
0
fork

Configure Feed

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

fix: crash when adding/removing user to/from lists

a

authored by

shi.gg and committed by
Tangled
6269660c 45584b9c

+2
+2
src/view/com/modals/UserAddRemoveLists.tsx
··· 14 14 import {cleanError} from '#/lib/strings/errors' 15 15 import {sanitizeHandle} from '#/lib/strings/handles' 16 16 import {s} from '#/lib/styles' 17 + import {useTheme} from '#/lib/ThemeContext' 17 18 import {isAndroid, isMobileWeb, isWeb} from '#/platform/detection' 18 19 import {useModalControls} from '#/state/modals' 19 20 import { ··· 137 138 onAdd?: (listUri: string) => void 138 139 onRemove?: (listUri: string) => void 139 140 }) { 141 + const t = useTheme(); 140 142 const pal = usePalette('default') 141 143 const {_} = useLingui() 142 144 const {currentAccount} = useSession()