Close #568
This commit is contained in:
parent
99071a2f23
commit
b9f79bb859
|
@ -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 New Issue