use IAB for translate (#6421)

This commit is contained in:
Samuel Newman
2024-11-16 20:06:24 +00:00
committed by GitHub
parent ebdbf55d14
commit c81e149749
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -737,7 +737,7 @@ function ExpandedPostDetails({
const isRootPost = !('reply' in post.record)
const onTranslatePress = React.useCallback(() => {
openLink(translatorUrl)
openLink(translatorUrl, true)
}, [openLink, translatorUrl])
return (