android alt text selection fix for expandable alt (#2629)
This commit is contained in:
parent
10b1d16c8a
commit
ab200285c5
1 changed files with 2 additions and 1 deletions
|
@ -116,7 +116,8 @@ function LightboxFooter({imageIndex}: {imageIndex: number}) {
|
|||
update: {type: 'spring', springDamping: 0.7},
|
||||
})
|
||||
setAltExpanded(prev => !prev)
|
||||
}}>
|
||||
}}
|
||||
onLongPress={() => {}}>
|
||||
{altText}
|
||||
</Text>
|
||||
</View>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue