mirror of
https://github.com/Dimillian/IceCubesApp.git
synced 2025-01-27 04:54:55 +01:00
FIx open link in profile close #624
This commit is contained in:
parent
e79b39f952
commit
3615c396dd
@ -231,6 +231,10 @@ public struct AccountDetailView: View {
|
||||
}
|
||||
EmojiTextApp(field.value, emojis: viewModel.account?.emojis ?? [])
|
||||
.foregroundColor(theme.tintColor)
|
||||
.environment(\.openURL, OpenURLAction { url in
|
||||
UIApplication.shared.open(url)
|
||||
return .handled
|
||||
})
|
||||
}
|
||||
.font(.scaledBody)
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user