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
@@ -241,7 +241,7 @@ let PostDropdownBtn = ({
}, [_, richText])
const onPressTranslate = React.useCallback(async () => {
await openLink(translatorUrl)
await openLink(translatorUrl, true)
}, [openLink, translatorUrl])
const onHidePost = React.useCallback(() => {