mirror of
https://github.com/tooot-app/app
synced 2025-06-05 22:19:13 +02:00
Fix url not encoded such as in CJK
This commit is contained in:
@@ -84,7 +84,7 @@ const openLink = async (url: string, navigation?: any) => {
|
|||||||
dismissButtonStyle: 'close',
|
dismissButtonStyle: 'close',
|
||||||
enableBarCollapsing: true,
|
enableBarCollapsing: true,
|
||||||
...(await browserPackage())
|
...(await browserPackage())
|
||||||
})
|
}).catch(() => Linking.openURL(url.trim()))
|
||||||
break
|
break
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user