[#13047] Profile QR code overlaps share menu during sharing (IOS)

Signed-off-by: andrey <motor4ik@gmail.com>
This commit is contained in:
andrey 2022-01-25 14:18:16 +01:00
parent 6a8f7a07bf
commit 136a6313cd
No known key found for this signature in database
GPG Key ID: 89B67245FD2F0272

View File

@ -53,7 +53,9 @@
address]]]
[react/view styles/share-link-button
[quo/button
{:on-press #(list-selection/open-share {:message link})
{:on-press #(do
(re-frame/dispatch [:hide-popover])
(list-selection/open-share {:message link}))
:accessibility-label :share-my-contact-code-button}
(i18n/label :t/share-link)]]])))