We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2a912c8 commit 8718349Copy full SHA for 8718349
BDKSwiftExampleWallet/View/Home/ActivityHomeHeaderView.swift
@@ -88,6 +88,12 @@ struct ActivityHomeHeaderView: View {
88
.animation(.easeInOut, value: inspectedScripts)
89
.animation(.easeInOut, value: totalScripts)
90
.animation(.easeInOut, value: progress)
91
+ } else if walletSyncState == .synced && isKyotoClient && currentBlockHeight > 0 {
92
+ Text("Block \(currentBlockHeight)")
93
+ .padding(.trailing, -5.0)
94
+ .fontWeight(.semibold)
95
+ .contentTransition(.numericText())
96
+ .transition(.opacity)
97
}
98
99
HStack {
0 commit comments