mirror of
https://github.com/Dimillian/IceCubesApp.git
synced 2025-01-27 04:54:55 +01:00
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…
x
Reference in New Issue
Block a user