mirror of
https://github.com/Dimillian/IceCubesApp.git
synced 2025-01-21 21:38:08 +00:00
Honour in app browser settings when opening profile about fields
This commit is contained in:
parent
ccc504fc6f
commit
942279e482
1 changed files with 1 additions and 2 deletions
|
@ -236,8 +236,7 @@ struct AccountDetailHeaderView: View {
|
||||||
EmojiTextApp(field.value, emojis: viewModel.account?.emojis ?? [])
|
EmojiTextApp(field.value, emojis: viewModel.account?.emojis ?? [])
|
||||||
.foregroundColor(theme.tintColor)
|
.foregroundColor(theme.tintColor)
|
||||||
.environment(\.openURL, OpenURLAction { url in
|
.environment(\.openURL, OpenURLAction { url in
|
||||||
UIApplication.shared.open(url)
|
routerPath.handle(url: url)
|
||||||
return .handled
|
|
||||||
})
|
})
|
||||||
}
|
}
|
||||||
.font(.scaledBody)
|
.font(.scaledBody)
|
||||||
|
|
Loading…
Reference in a new issue