File tree Expand file tree Collapse file tree 1 file changed +2
-22
lines changed
BDKSwiftExampleWallet/View/Send Expand file tree Collapse file tree 1 file changed +2
-22
lines changed Original file line number Diff line number Diff line change @@ -27,6 +27,8 @@ struct AddressView: View {
27
27
VStack {
28
28
29
29
HStack {
30
+
31
+ Spacer ( )
30
32
31
33
Button {
32
34
isShowingScanner = true
@@ -37,28 +39,6 @@ struct AddressView: View {
37
39
}
38
40
}
39
41
40
- Spacer ( )
41
-
42
- Button {
43
- if pasteboard. hasStrings {
44
- if let string = pasteboard. string {
45
- let lowercaseAddress = string. lowercased ( )
46
- address = lowercaseAddress
47
- } else {
48
- alertMessage = " Unable to get the string from the pasteboard. "
49
- isShowingAlert = true
50
- }
51
- } else {
52
- alertMessage = " No strings found in the pasteboard. "
53
- isShowingAlert = true
54
- }
55
- } label: {
56
- HStack {
57
- Image ( systemName: " doc.on.doc " )
58
- . minimumScaleFactor ( 0.5 )
59
- }
60
- }
61
-
62
42
}
63
43
. font ( . largeTitle)
64
44
. foregroundColor ( Color ( UIColor . label) )
You can’t perform that action at this time.
0 commit comments