Fix for mention text overlaying message text when mention is added during message editing (Android) (#15778)

This commit is contained in:
Alexander 2023-05-03 18:26:37 +02:00 committed by GitHub
parent 6aa38de7c7
commit 4774b0f5e5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -124,6 +124,7 @@
(defn render-parsed-text
[{:keys [content chat-id edited-at]}]
^{:key (:parsed-text content)}
[rn/view {:style style/parsed-text-block}
(reduce (fn [acc e]
(render-block acc e chat-id))