From 6e9bff575df52940d27efc142f015612a2a06a68 Mon Sep 17 00:00:00 2001 From: Thomas Ricouard Date: Thu, 4 Jan 2024 14:08:24 +0100 Subject: [PATCH] Fix #1821 --- .../Sources/Status/Row/Subviews/StatusRowContextMenu.swift | 1 + 1 file changed, 1 insertion(+) diff --git a/Packages/Status/Sources/Status/Row/Subviews/StatusRowContextMenu.swift b/Packages/Status/Sources/Status/Row/Subviews/StatusRowContextMenu.swift index c6fa1003..b525eecb 100644 --- a/Packages/Status/Sources/Status/Row/Subviews/StatusRowContextMenu.swift +++ b/Packages/Status/Sources/Status/Row/Subviews/StatusRowContextMenu.swift @@ -105,6 +105,7 @@ struct StatusRowContextMenu: View { .environment(SceneDelegate()) .environment(quickLook) .environment(viewModel.client) + .environment(RouterPath()) .preferredColorScheme(Theme.shared.selectedScheme == .dark ? .dark : .light) .foregroundColor(Theme.shared.labelColor) .background(Theme.shared.primaryBackgroundColor)