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]]]
|
address]]]
|
||||||
[react/view styles/share-link-button
|
[react/view styles/share-link-button
|
||||||
[quo/button
|
[quo/button
|
||||||
{:on-press #(do
|
{:on-press (fn []
|
||||||
(re-frame/dispatch [:hide-popover])
|
(re-frame/dispatch [:hide-popover])
|
||||||
(list-selection/open-share {:message link}))
|
(js/setTimeout
|
||||||
|
#(list-selection/open-share {:message link}) 250))
|
||||||
:accessibility-label :share-my-contact-code-button}
|
:accessibility-label :share-my-contact-code-button}
|
||||||
(i18n/label :t/share-link)]]])))
|
(i18n/label :t/share-link)]]])))
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue