ios: fix incorrectly showing previous address when it is deleted and created without closing the view (#2961)
This commit is contained in:
parent
75c9b40262
commit
04cc0e8065
@ -190,7 +190,7 @@ struct UserAddressView: View {
|
|||||||
|
|
||||||
@ViewBuilder private func existingAddressView(_ userAddress: UserContactLink) -> some View {
|
@ViewBuilder private func existingAddressView(_ userAddress: UserContactLink) -> some View {
|
||||||
Section {
|
Section {
|
||||||
QRCode(uri: userAddress.connReqContact)
|
MutableQRCode(uri: Binding.constant(userAddress.connReqContact))
|
||||||
shareQRCodeButton(userAddress)
|
shareQRCodeButton(userAddress)
|
||||||
if MFMailComposeViewController.canSendMail() {
|
if MFMailComposeViewController.canSendMail() {
|
||||||
shareViaEmailButton(userAddress)
|
shareViaEmailButton(userAddress)
|
||||||
|
Loading…
Reference in New Issue
Block a user