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

zio/stable
Hailey 2024-01-25 14:12:15 -08:00 committed by GitHub
parent 10b1d16c8a
commit ab200285c5
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 1 deletions

View File

@ -116,7 +116,8 @@ function LightboxFooter({imageIndex}: {imageIndex: number}) {
update: {type: 'spring', springDamping: 0.7}, update: {type: 'spring', springDamping: 0.7},
}) })
setAltExpanded(prev => !prev) setAltExpanded(prev => !prev)
}}> }}
onLongPress={() => {}}>
{altText} {altText}
</Text> </Text>
</View> </View>