gnunet-svn
[Top][All Lists]
Advanced

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

[taler-taler-ios] 33/36: Announce shouldn't change screen


From: gnunet
Subject: [taler-taler-ios] 33/36: Announce shouldn't change screen
Date: Mon, 13 Nov 2023 21:27:38 +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 a5a8a718405d830253d86f662c1891fc6ee80c45
Author: Marc Stibane <marc@taler.net>
AuthorDate: Mon Nov 13 21:10:17 2023 +0100

    Announce shouldn't change screen
---
 TalerWallet1/Controllers/DebugViewC.swift                | 2 +-
 TalerWallet1/Views/HelperViews/View+fitsSideBySide.swift | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/TalerWallet1/Controllers/DebugViewC.swift 
b/TalerWallet1/Controllers/DebugViewC.swift
index 50cbdca..2c18cce 100644
--- a/TalerWallet1/Controllers/DebugViewC.swift
+++ b/TalerWallet1/Controllers/DebugViewC.swift
@@ -152,7 +152,7 @@ class DebugViewC: ObservableObject {
 
     func announce(this: String) {
         if UIAccessibility.isVoiceOverRunning {
-            UIAccessibility.post(notification: .screenChanged, argument: this)
+            UIAccessibility.post(notification: .announcement, argument: this)
         }
     }
 
diff --git a/TalerWallet1/Views/HelperViews/View+fitsSideBySide.swift 
b/TalerWallet1/Views/HelperViews/View+fitsSideBySide.swift
index fa4ca83..baecf5a 100644
--- a/TalerWallet1/Views/HelperViews/View+fitsSideBySide.swift
+++ b/TalerWallet1/Views/HelperViews/View+fitsSideBySide.swift
@@ -9,7 +9,7 @@ extension View {
     @MainActor
     public func announce(this: String) {
         if UIAccessibility.isVoiceOverRunning {
-            UIAccessibility.post(notification: .screenChanged, argument: this)
+            UIAccessibility.post(notification: .announcement, argument: this)
         }
     }
 }

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