mirror of
https://github.com/status-im/status-mobile.git
synced 2025-02-06 05:45:03 +00:00
[#12451] Fix copy icon in message actions
This commit is contained in:
parent
ad9dc9913f
commit
02277be602
@ -78,7 +78,8 @@
|
||||
(defn on-long-press-fn [on-long-press content image]
|
||||
(on-long-press
|
||||
(when-not image
|
||||
[{:on-press #(react/copy-to-clipboard
|
||||
[{:id :copy
|
||||
:on-press #(react/copy-to-clipboard
|
||||
(components.reply/get-quoted-text-with-mentions
|
||||
(get content :parsed-text)))
|
||||
:label (i18n/label :t/sharing-copy-to-clipboard)}])))
|
||||
|
Loading…
x
Reference in New Issue
Block a user