gnunet-svn
[Top][All Lists]
Advanced

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

[taler-taler-ios] 13/36: once at very first startup


From: gnunet
Subject: [taler-taler-ios] 13/36: once at very first startup
Date: Mon, 13 Nov 2023 21:27:18 +0100

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 9da5f4bac94c84da613ebce37008600cd3fe8f7e
Author: Marc Stibane <marc@taler.net>
AuthorDate: Sun Nov 12 13:20:32 2023 +0100

    once at very first startup
---
 TalerWallet1/Views/Main/MainView.swift | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/TalerWallet1/Views/Main/MainView.swift 
b/TalerWallet1/Views/Main/MainView.swift
index 737ee7f..8aadbe2 100644
--- a/TalerWallet1/Views/Main/MainView.swift
+++ b/TalerWallet1/Views/Main/MainView.swift
@@ -40,7 +40,7 @@ struct MainView: View {
                 // any change to rootViewId triggers popToRootView behaviour
                     .id(viewState.rootViewId)
                     .onAppear() {
-                        if playSounds != 0 {
+                        if playSounds != 0  && !soundPlayed {
                             controller.playSound(1008)     // Startup chime
                         }
                         soundPlayed = true

-- 
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]