More fixes for #568 - Open Url in browser (#585)

* More fixes for #568

I saw the fix for StatusRowContextMenu, so this is a complement for this same bug accros the app

* Let it be just a clean up then ;)
This commit is contained in:
Thomas Durand 2023-02-01 18:55:18 +01:00 committed by GitHub
parent 6008849eb9
commit 06e219597b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 0 additions and 3 deletions

View file

@ -8,7 +8,6 @@ import Status
import SwiftUI
public struct AccountDetailView: View {
@Environment(\.openURL) private var openURL
@Environment(\.redactionReasons) private var reasons
@EnvironmentObject private var watcher: StreamWatcher

View file

@ -8,8 +8,6 @@ struct StatusRowContextMenu: View {
@EnvironmentObject private var currentInstance: CurrentInstance
@EnvironmentObject private var routerPath: RouterPath
@Environment(\.openURL) var openURL
@ObservedObject var viewModel: StatusRowViewModel
var body: some View {