mirror of
https://github.com/status-im/status-react.git
synced 2025-02-02 14:14:39 +00:00
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…
x
Reference in New Issue
Block a user