mirror of
https://github.com/simplex-chat/simplex-chat.git
synced 2026-06-06 15:32:20 +00:00
ios: remove copy button from onboarding address view (#6858)
This commit is contained in:
@@ -215,11 +215,6 @@ struct UserAddressView: View {
|
||||
HStack(spacing: 8) {
|
||||
let link = userAddress.connLinkContact.simplexChatUri(short: showShortLink)
|
||||
linkTextView(link)
|
||||
Button { UIPasteboard.general.string = link } label: {
|
||||
Image(systemName: "doc.on.doc")
|
||||
.padding(.top, -7)
|
||||
.padding(.horizontal, 8)
|
||||
}
|
||||
Button { showShareSheet(items: [link]) } label: {
|
||||
Image(systemName: "square.and.arrow.up")
|
||||
.padding(.top, -7)
|
||||
|
||||
Reference in New Issue
Block a user