rm await
This commit is contained in:
@@ -50,10 +50,10 @@ export function useGoogleTranslate() {
|
|||||||
} catch (err) {
|
} catch (err) {
|
||||||
if (__DEV__) console.error(err)
|
if (__DEV__) console.error(err)
|
||||||
// most likely means they don't have the translate app
|
// most likely means they don't have the translate app
|
||||||
await openLink(translateUrl)
|
openLink(translateUrl)
|
||||||
}
|
}
|
||||||
} else {
|
} else {
|
||||||
await openLink(translateUrl)
|
openLink(translateUrl)
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
[openLink],
|
[openLink],
|
||||||
|
|||||||
Reference in New Issue
Block a user