android alt text selection fix for expandable alt (#2629)
parent
10b1d16c8a
commit
ab200285c5
|
@ -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>
|
||||||
|
|
Loading…
Reference in New Issue