mirror of
https://github.com/Dimillian/IceCubesApp.git
synced 2024-11-26 18:21:00 +00:00
* 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:
parent
6008849eb9
commit
06e219597b
2 changed files with 0 additions and 3 deletions
|
@ -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
|
||||
|
|
|
@ -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 {
|
||||
|
|
Loading…
Reference in a new issue