mirror of
https://github.com/status-im/status-react.git
synced 2025-02-17 13:28:04 +00:00
Enable long tap on long messages
Allows to copy and share text
This commit is contained in:
parent
2eccca9898
commit
af318822da
@ -208,8 +208,7 @@
|
|||||||
[react/view
|
[react/view
|
||||||
[react/text {:style (style/text-message message collapsible?)
|
[react/text {:style (style/text-message message collapsible?)
|
||||||
:number-of-lines (when collapsible? number-of-lines)
|
:number-of-lines (when collapsible? number-of-lines)
|
||||||
:ref (partial reset! ref)
|
:ref (partial reset! ref)}
|
||||||
:on-press on-press}
|
|
||||||
parsed-text
|
parsed-text
|
||||||
[react/text {:style (style/message-timestamp-placeholder-text outgoing)} (timestamp-with-padding timestamp-str)]]
|
[react/text {:style (style/message-timestamp-placeholder-text outgoing)} (timestamp-with-padding timestamp-str)]]
|
||||||
(when collapsible?
|
(when collapsible?
|
||||||
|
Loading…
x
Reference in New Issue
Block a user