Skip to content

Commit

Permalink
[#17497] fix: Unexpected lines are shown in the chat
Browse files Browse the repository at this point in the history
  • Loading branch information
mohsen-ghafouri committed Oct 20, 2023
1 parent 17e9ce7 commit 9e278fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/status_im2/contexts/chat/messages/list/view.cljs
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,7 @@
[style]
(cond-> style
platform/android?
(assoc :scale-y -1)))
(assoc :scale-y -1.02)))

(defn actions
[chat-id cover-bg-color]
Expand Down

0 comments on commit 9e278fe

Please sign in to comment.