gnunet-svn
[Top][All Lists]
Advanced

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

[taler-taler-ios] 96/204: cleanup


From: gnunet
Subject: [taler-taler-ios] 96/204: cleanup
Date: Thu, 05 Dec 2024 23:51:04 +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 0f2ad6c051314389caa7fe9c3fe5f402f29d8f3d
Author: Marc Stibane <marc@taler.net>
AuthorDate: Thu Nov 7 21:12:37 2024 +0100

    cleanup
---
 TalerWallet1/Controllers/TalerWallet1App.swift | 8 ++------
 1 file changed, 2 insertions(+), 6 deletions(-)

diff --git a/TalerWallet1/Controllers/TalerWallet1App.swift 
b/TalerWallet1/Controllers/TalerWallet1App.swift
index 9c3a419..cdf4005 100644
--- a/TalerWallet1/Controllers/TalerWallet1App.swift
+++ b/TalerWallet1/Controllers/TalerWallet1App.swift
@@ -49,9 +49,6 @@ struct TalerWallet1App: App {
                 .task {
                     try! await controller.initWalletCore(model, setTesting: 
false)     // will (and should) crash on failure
                 }
-                .onReceive(NotificationCenter.default.publisher(for: 
UIApplication.didBecomeActiveNotification, object: nil)) { _ in
-                    logger.log("❗️App Did Become Active")
-                }
                 .onReceive(NotificationCenter.default.publisher(for: 
UIApplication.willResignActiveNotification, object: nil)) { _ in
                     logger.log("❗️App Will Resign")
                     isActive = false
@@ -60,10 +57,9 @@ struct TalerWallet1App: App {
                     logger.log("❗️App Will Enter Foreground")
                     isActive = true
                 }
-                .onReceive(NotificationCenter.default.publisher(for: 
UIApplication.willTerminateNotification, object: nil)) { _ in
-                    logger.log("❗️App Will Terminate")
+                .onReceive(NotificationCenter.default.publisher(for: 
UIApplication.didBecomeActiveNotification, object: nil)) { _ in
+                    logger.log("❗️App Did Become Active")
                 }
-
         }
         .onChange(of: phase) { newPhase in
             switch newPhase {

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