mirror of
https://github.com/tooot-app/app
synced 2025-06-05 22:19:13 +02:00
Fix Sentry errors
This commit is contained in:
@ -92,7 +92,7 @@ const openLink = async (url: string, navigation?: any) => {
|
||||
await WebBrowser.openBrowserAsync(encodeURI(url), {
|
||||
dismissButtonStyle: 'close',
|
||||
enableBarCollapsing: true,
|
||||
browserPackage: await browserPackage()
|
||||
...(await browserPackage())
|
||||
})
|
||||
break
|
||||
case 'external':
|
||||
|
Reference in New Issue
Block a user