From 36cd9cfd969f8de5c3611f2fec416e7d53ec3fc5 Mon Sep 17 00:00:00 2001 From: Davide De Rosa Date: Thu, 21 Apr 2022 11:32:00 +0200 Subject: [PATCH] Revert "Explicitly hide navigation bar in WelcomeView" This reverts commit aefbfaa588d989d9534b2609fc5789a7a9264ca6. --- Passepartout/App/Views/ProfileView.swift | 1 - 1 file changed, 1 deletion(-) diff --git a/Passepartout/App/Views/ProfileView.swift b/Passepartout/App/Views/ProfileView.swift index a6790f13..f23b908b 100644 --- a/Passepartout/App/Views/ProfileView.swift +++ b/Passepartout/App/Views/ProfileView.swift @@ -77,7 +77,6 @@ struct ProfileView: View { } } else { welcomeView - .navigationBarHidden(true) } }.themeSecondaryView() .navigationTitle(title)