mirror of
https://github.com/Dimillian/IceCubesApp.git
synced 2024-11-23 00:40:59 +00:00
Close #568
This commit is contained in:
parent
99071a2f23
commit
b9f79bb859
1 changed files with 1 additions and 1 deletions
|
@ -66,7 +66,7 @@ struct StatusRowContextMenu: View {
|
|||
}
|
||||
|
||||
if let url = URL(string: viewModel.status.reblog?.url ?? viewModel.status.url ?? "") {
|
||||
Button { openURL(url) } label: {
|
||||
Button { UIApplication.shared.open(url) } label: {
|
||||
Label("status.action.view-in-browser", systemImage: "safari")
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue