mirror of
https://github.com/Dimillian/IceCubesApp.git
synced 2025-02-17 02:05:13 +00:00
Open links in Safari if remote status loading fails
This commit is contained in:
parent
8803f1524a
commit
6e47f9410d
1 changed files with 1 additions and 1 deletions
|
@ -78,7 +78,7 @@ public struct StatusDetailView: View {
|
|||
|
||||
if !result {
|
||||
if let url = viewModel.remoteStatusURL {
|
||||
openURL(url)
|
||||
await UIApplication.shared.open(url)
|
||||
}
|
||||
DispatchQueue.main.async {
|
||||
_ = routerPath.path.popLast()
|
||||
|
|
Loading…
Reference in a new issue