From e46d39e5954b5de73aadae6619d9aefc0fc905ae Mon Sep 17 00:00:00 2001 From: Matthew Date: Sun, 6 Oct 2024 19:30:32 -0500 Subject: [PATCH] ui balance animation removal --- BDKSwiftExampleWallet/View/WalletView.swift | 1 - 1 file changed, 1 deletion(-) diff --git a/BDKSwiftExampleWallet/View/WalletView.swift b/BDKSwiftExampleWallet/View/WalletView.swift index 85b2bc80..abbd53bf 100644 --- a/BDKSwiftExampleWallet/View/WalletView.swift +++ b/BDKSwiftExampleWallet/View/WalletView.swift @@ -48,7 +48,6 @@ struct WalletView: View { .contentTransition(.numericText()) .fontWeight(.semibold) .fontDesign(.rounded) - .animation(.default, value: viewModel.balanceTotal) Text("sats") .foregroundStyle(.secondary) .fontWeight(.thin)