Bluesky app fork with some witchin' additions 💫

android alt text selection fix for expandable alt (#2629)

authored by

Hailey and committed by
GitHub
ab200285 10b1d16c

+2 -1
+2 -1
src/view/com/lightbox/Lightbox.tsx
··· 116 116 update: {type: 'spring', springDamping: 0.7}, 117 117 }) 118 118 setAltExpanded(prev => !prev) 119 - }}> 119 + }} 120 + onLongPress={() => {}}> 120 121 {altText} 121 122 </Text> 122 123 </View>