mirror of
https://github.com/tooot-app/app
synced 2025-06-05 22:19:13 +02:00
Fix account setting cannot be opened
This commit is contained in:
@ -28,7 +28,8 @@ const Settings: React.FC = () => {
|
||||
onPress={() =>
|
||||
WebBrowser.openAuthSessionAsync(
|
||||
`https://${url}/settings/preferences`,
|
||||
''
|
||||
'tooot://tooot',
|
||||
{ dismissButtonStyle: 'done', readerMode: false }
|
||||
)
|
||||
}
|
||||
/>
|
||||
|
Reference in New Issue
Block a user