fix can't share deep link from profile on ios (#13420)
This commit is contained in:
parent
91f444ba80
commit
8820f458c9
|
@ -53,9 +53,10 @@
|
|||
address]]]
|
||||
[react/view styles/share-link-button
|
||||
[quo/button
|
||||
{:on-press #(do
|
||||
(re-frame/dispatch [:hide-popover])
|
||||
(list-selection/open-share {:message link}))
|
||||
{:on-press (fn []
|
||||
(re-frame/dispatch [:hide-popover])
|
||||
(js/setTimeout
|
||||
#(list-selection/open-share {:message link}) 250))
|
||||
:accessibility-label :share-my-contact-code-button}
|
||||
(i18n/label :t/share-link)]]])))
|
||||
|
||||
|
|
Loading…
Reference in New Issue