From 363a1806a0a471376806eca8c7422e51e3e7dc24 Mon Sep 17 00:00:00 2001 From: dankito Date: Tue, 28 Jul 2020 11:06:11 +0200 Subject: [PATCH] Removed unnecessary navigationBarHidden(false) --- ui/BankingiOSApp/BankingiOSApp/ui/views/AddAccountDialog.swift | 1 - 1 file changed, 1 deletion(-) diff --git a/ui/BankingiOSApp/BankingiOSApp/ui/views/AddAccountDialog.swift b/ui/BankingiOSApp/BankingiOSApp/ui/views/AddAccountDialog.swift index fe8b4a80..b45f84d2 100644 --- a/ui/BankingiOSApp/BankingiOSApp/ui/views/AddAccountDialog.swift +++ b/ui/BankingiOSApp/BankingiOSApp/ui/views/AddAccountDialog.swift @@ -57,7 +57,6 @@ struct AddAccountDialog: View { Alert(title: message.title, message: message.message, dismissButton: message.primaryButton) } .showNavigationBarTitle("Add account") - .navigationBarHidden(false) }