File tree Expand file tree Collapse file tree 2 files changed +21
-6
lines changed Expand file tree Collapse file tree 2 files changed +21
-6
lines changed Original file line number Diff line number Diff line change 809
809
}
810
810
}
811
811
}
812
+ },
813
+ "Wallet only supports BIP86." : {
814
+
812
815
},
813
816
"Wallet Transaction Error" : {
814
817
"localizations" : {
Original file line number Diff line number Diff line change @@ -22,6 +22,18 @@ struct ReceiveView: View {
22
22
23
23
VStack {
24
24
25
+ HStack {
26
+ Spacer ( )
27
+ Button {
28
+ viewModel. startNFCSession ( )
29
+ } label: {
30
+ Image ( systemName: " wave.3.right " )
31
+ . foregroundColor ( . primary)
32
+ }
33
+ }
34
+ . padding ( . trailing)
35
+ . padding ( . top)
36
+
25
37
VStack ( spacing: 8 ) {
26
38
Image ( " bitcoinsign.arrow.down " )
27
39
. symbolRenderingMode ( . hierarchical)
@@ -52,12 +64,12 @@ struct ReceiveView: View {
52
64
)
53
65
. padding ( )
54
66
55
- Button {
56
- viewModel. startNFCSession ( )
57
- } label: {
58
- Image ( systemName: " wave.3.right " )
59
- . foregroundColor ( . primary)
60
- }
67
+ // Button {
68
+ // viewModel.startNFCSession()
69
+ // } label: {
70
+ // Image(systemName: "wave.3.right")
71
+ // .foregroundColor(.primary)
72
+ // }
61
73
62
74
HStack {
63
75
Button {
You can’t perform that action at this time.
0 commit comments