Skip to content

Commit 575e2a2

Browse files
committed
misc: ui update notstarted
1 parent 9e89fbe commit 575e2a2

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

BDKSwiftExampleWallet/View/Home/ActivityHomeHeaderView.swift

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@ struct ActivityHomeHeaderView: View {
151151
AnyView(EmptyView())
152152
}
153153

154-
case .syncing:
154+
case .syncing, .notStarted:
155155
if isKyotoClient && progress > 0 {
156156
AnyView(
157157
ProgressView(value: Double(progress), total: 100)
@@ -168,10 +168,6 @@ struct ActivityHomeHeaderView: View {
168168
)
169169
}
170170

171-
case .notStarted:
172-
AnyView(
173-
Image(systemName: "arrow.clockwise")
174-
)
175171
default:
176172
AnyView(
177173
Image(

0 commit comments

Comments
 (0)