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…
Reference in New Issue