1
0
mirror of https://github.com/tooot-app/app synced 2025-02-07 13:53:46 +01:00

Fix url not encoded such as in CJK

This commit is contained in:
xmflsct 2023-01-24 22:47:36 +01:00
parent 82928f8611
commit ebc6d03c6a

View File

@ -84,7 +84,7 @@ const openLink = async (url: string, navigation?: any) => {
dismissButtonStyle: 'close',
enableBarCollapsing: true,
...(await browserPackage())
})
}).catch(() => Linking.openURL(url.trim()))
break
}
}