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

This commit is contained in:
Hailey
2024-01-25 14:12:15 -08:00
committed by GitHub
parent 10b1d16c8a
commit ab200285c5
+2 -1
View File
@@ -116,7 +116,8 @@ function LightboxFooter({imageIndex}: {imageIndex: number}) {
update: {type: 'spring', springDamping: 0.7},
})
setAltExpanded(prev => !prev)
}}>
}}
onLongPress={() => {}}>
{altText}
</Text>
</View>