mirror of
https://github.com/Dimillian/IceCubesApp.git
synced 2025-01-03 12:58:50 +00:00
Fix account open in browser
This commit is contained in:
parent
c95f65ea59
commit
a2abdfede1
1 changed files with 1 additions and 1 deletions
|
@ -452,7 +452,7 @@ public struct AccountDetailView: View {
|
||||||
|
|
||||||
if let url = account.url {
|
if let url = account.url {
|
||||||
ShareLink(item: url)
|
ShareLink(item: url)
|
||||||
Button { openURL(url) } label: {
|
Button { UIApplication.shared.open(url) } label: {
|
||||||
Label("status.action.view-in-browser", systemImage: "safari")
|
Label("status.action.view-in-browser", systemImage: "safari")
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue