File tree Expand file tree Collapse file tree 2 files changed +8
-15
lines changed Expand file tree Collapse file tree 2 files changed +8
-15
lines changed Original file line number Diff line number Diff line change 421
421
}
422
422
}
423
423
}
424
- },
425
- "Loading wallet..." : {
426
-
427
424
},
428
425
"Navigation Title" : {
429
426
"extractionState" : "stale",
Original file line number Diff line number Diff line change @@ -15,18 +15,14 @@ struct HomeView: View {
15
15
ZStack {
16
16
Color ( uiColor: UIColor . systemBackground)
17
17
18
- if !viewModel. isWalletLoaded {
19
- ProgressView ( " Loading wallet... " )
20
- } else {
21
- WalletView (
22
- viewModel: . init(
23
- bdkClient: . live,
24
- priceClient: . live
25
- ) ,
26
- sendNavigationPath: $navigationPath
27
- )
28
- . tint ( . primary)
29
- }
18
+ WalletView (
19
+ viewModel: . init(
20
+ bdkClient: . live,
21
+ priceClient: . live
22
+ ) ,
23
+ sendNavigationPath: $navigationPath
24
+ )
25
+ . tint ( . primary)
30
26
}
31
27
. onAppear {
32
28
viewModel. loadWallet ( )
You can’t perform that action at this time.
0 commit comments