taler-ios

iOS apps for GNU Taler (wallet)
Log | Files | Refs | README | LICENSE

commit 65b37004b58f059380f181845914409bedca3d75
parent 7df608f0c07889aab374b2eeaa65c7d5199562b8
Author: Marc Stibane <marc@taler.net>
Date:   Tue, 24 Mar 2026 11:05:11 +0100

fix: need scrollView for large fonts

Diffstat:
MTalerWallet1/Views/Actions/Banking/ManualWithdraw.swift | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/TalerWallet1/Views/Actions/Banking/ManualWithdraw.swift b/TalerWallet1/Views/Actions/Banking/ManualWithdraw.swift @@ -224,7 +224,7 @@ struct ManualWithdrawContent: View { #endif if let detailsForAmount { - Group { + ScrollView { let coinData = CoinData(details: detailsForAmount) let currency = detailsForAmount.scopeInfo.currency let baseURL = detailsForAmount.exchangeBaseUrl