gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[taler-taler-ios] 06/11: Fix for NavigationView popping back


From: gnunet
Subject: [taler-taler-ios] 06/11: Fix for NavigationView popping back
Date: Tue, 24 Oct 2023 22:45:22 +0200

This is an automated email from the git hooks/post-receive script.

marc-stibane pushed a commit to branch master
in repository taler-ios.

commit ed9cab261a887274199f13ffcacc67567a926fcb
Author: Marc Stibane <marc@taler.net>
AuthorDate: Tue Oct 24 21:18:33 2023 +0200

    Fix for NavigationView popping back
---
 TalerWallet1/Views/Main/MainView.swift | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/TalerWallet1/Views/Main/MainView.swift 
b/TalerWallet1/Views/Main/MainView.swift
index a0abc93..a53dfb7 100644
--- a/TalerWallet1/Views/Main/MainView.swift
+++ b/TalerWallet1/Views/Main/MainView.swift
@@ -151,7 +151,7 @@ extension MainView {
                                   navTitle: balancesTitle,
                                   balances: $balances,
                       shouldReloadBalances: $shouldReloadBalances)
-                }
+                }.navigationViewStyle(.stack)
                 .tabItem {
                     Image(systemName: "chart.bar.xaxis")             // 
creditcard     system will automatically use filled variant
                     if !iconOnly { Text(balancesTitle) }
@@ -163,7 +163,7 @@ extension MainView {
                     ExchangeListView(stack: stack.push(exchangesTitle),
 //                                  balances: $balances,
                                   navTitle: exchangesTitle)
-                }
+                }.navigationViewStyle(.stack)
                 .tabItem {
                     Image(systemName: "building.columns")
                     if !iconOnly { Text(exchangesTitle) }
@@ -172,7 +172,7 @@ extension MainView {
 
                 NavigationView {
                     SettingsView(stack: stack.push(), navTitle: settingsTitle)
-                }
+                }.navigationViewStyle(.stack)
                 .tabItem {
                     Image(systemName: "gear")                   // system will 
automatically use filled variant
                     if !iconOnly { Text(settingsTitle) }

-- 
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]