gnunet-svn
[Top][All Lists]
Advanced

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

[taler-taler-ios] 54/69: Keyboard needs more time


From: gnunet
Subject: [taler-taler-ios] 54/69: Keyboard needs more time
Date: Fri, 19 Jan 2024 09:02:27 +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 71ec01c8997377f08b6e6cb5b381134daba1958b
Author: Marc Stibane <marc@taler.net>
AuthorDate: Thu Jan 18 00:42:38 2024 +0100

    Keyboard needs more time
---
 TalerWallet1/Views/HelperViews/CurrencyInputView.swift | 2 +-
 TalerWallet1/Views/Peer2peer/P2PSubjectV.swift         | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/TalerWallet1/Views/HelperViews/CurrencyInputView.swift 
b/TalerWallet1/Views/HelperViews/CurrencyInputView.swift
index 3c9cbae..4822954 100644
--- a/TalerWallet1/Views/HelperViews/CurrencyInputView.swift
+++ b/TalerWallet1/Views/HelperViews/CurrencyInputView.swift
@@ -149,7 +149,7 @@ struct CurrencyInputView: View {
 //                print("❗️Yikes: CurrencyInputView hasBeenShown")
             } else {
                 print("❗️CurrencyInputView❗️")
-                DispatchQueue.main.asyncAfter(deadline: .now() + 0.4) {
+                DispatchQueue.main.asyncAfter(deadline: .now() + 0.7) {
                     hasBeenShown = true
                     if !currencyField.becomeFirstResponder() {
                         print("❗️Yikes❗️")
diff --git a/TalerWallet1/Views/Peer2peer/P2PSubjectV.swift 
b/TalerWallet1/Views/Peer2peer/P2PSubjectV.swift
index ecbd405..4ee9f03 100644
--- a/TalerWallet1/Views/Peer2peer/P2PSubjectV.swift
+++ b/TalerWallet1/Views/Peer2peer/P2PSubjectV.swift
@@ -87,7 +87,7 @@ struct P2PSubjectV: View {
                     .textFieldStyle(.roundedBorder)
                     .onAppear {
                         symLog.log("dispatching kbd...")
-                        DispatchQueue.main.asyncAfter(deadline: .now() + 0.4) {
+                        DispatchQueue.main.asyncAfter(deadline: .now() + 0.7) {
                             isFocused = true        // make first responder - 
raise keybord
                             symLog.log("...kbd isFocused")
                         }

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