ios: remove copy button from onboarding address view (#6858)

This commit is contained in:
spaced4ndy
2026-04-22 08:37:02 +00:00
committed by GitHub
parent 858e955afd
commit 55fb729946
@@ -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)