From afb3af002473e863ea7e736b92ed9c96ea2e44ac Mon Sep 17 00:00:00 2001 From: Sjmarf <78750526+Sjmarf@users.noreply.github.com> Date: Mon, 2 Dec 2024 11:02:27 +0000 Subject: [PATCH] Update SubscriptionListNavigationButton.swift --- .../Views/Root/Tabs/Feeds/SubscriptionListNavigationButton.swift | 1 + 1 file changed, 1 insertion(+) diff --git a/Mlem/App/Views/Root/Tabs/Feeds/SubscriptionListNavigationButton.swift b/Mlem/App/Views/Root/Tabs/Feeds/SubscriptionListNavigationButton.swift index c23b1a57b..e78def096 100644 --- a/Mlem/App/Views/Root/Tabs/Feeds/SubscriptionListNavigationButton.swift +++ b/Mlem/App/Views/Root/Tabs/Feeds/SubscriptionListNavigationButton.swift @@ -22,6 +22,7 @@ struct SubscriptionListNavigationButton: View { NavigationLink(destination, label: label) }, pad: { Button(action: { + navigation.path = [] navigation.root = destination }, label: label) .buttonStyle(.empty)