gnunet-svn
[Top][All Lists]
Advanced

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

[taler-taler-ios] 92/204: take out scroll-end-buttons


From: gnunet
Subject: [taler-taler-ios] 92/204: take out scroll-end-buttons
Date: Thu, 05 Dec 2024 23:51:00 +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 113a99294dc231507d0ca1a869a11ae507cf49fe
Author: Marc Stibane <marc@taler.net>
AuthorDate: Thu Nov 7 19:31:49 2024 +0100

    take out scroll-end-buttons
---
 TalerWallet1/Views/Transactions/TransactionsListView.swift | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/TalerWallet1/Views/Transactions/TransactionsListView.swift 
b/TalerWallet1/Views/Transactions/TransactionsListView.swift
index a960ab1..a9d268e 100644
--- a/TalerWallet1/Views/Transactions/TransactionsListView.swift
+++ b/TalerWallet1/Views/Transactions/TransactionsListView.swift
@@ -55,6 +55,7 @@ struct TransactionsListView: View {
                 await reloadAllAction(stack.push())
             }
 #endif
+#if false // SCROLLBUTTONS
             .if(count > showUpDown) { view in
                 view.navigationBarItems(trailing: HStack {
                     ArrowUpButton {
@@ -67,6 +68,7 @@ struct TransactionsListView: View {
                     }
                 })
             }
+#endif
         } // ScrollViewReader
         .navigationTitle(navTitle ?? scope.currency)
         .accessibilityHint(String(localized: "Transaction list"))

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