Fix for mention text overlaying message text when mention is added during message editing (Android) (#15778)
This commit is contained in:
parent
6aa38de7c7
commit
4774b0f5e5
|
@ -124,6 +124,7 @@
|
||||||
|
|
||||||
(defn render-parsed-text
|
(defn render-parsed-text
|
||||||
[{:keys [content chat-id edited-at]}]
|
[{:keys [content chat-id edited-at]}]
|
||||||
|
^{:key (:parsed-text content)}
|
||||||
[rn/view {:style style/parsed-text-block}
|
[rn/view {:style style/parsed-text-block}
|
||||||
(reduce (fn [acc e]
|
(reduce (fn [acc e]
|
||||||
(render-block acc e chat-id))
|
(render-block acc e chat-id))
|
||||||
|
|
Loading…
Reference in New Issue