Skip to content

Commit e0f3967

Browse files
committed
activate view
1 parent 927e5eb commit e0f3967

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

BDKSwiftExampleWallet/View/WalletView.swift

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -213,6 +213,9 @@ struct WalletView: View {
213213
}
214214

215215
}
216+
.sheet(isPresented: $showReceiveView) {
217+
ReceiveView(viewModel: .init())
218+
}
216219
.alert(isPresented: $viewModel.showingWalletViewErrorAlert) {
217220
Alert(
218221
title: Text("Wallet Error"),

0 commit comments

Comments
 (0)