mirror of
https://github.com/status-im/status-react.git
synced 2025-01-12 20:14:40 +00:00
parent
6415c06398
commit
45da1a28df
@ -62,8 +62,7 @@
|
||||
|
||||
(defn calc-lines
|
||||
[height]
|
||||
(let [lines (Math/round (/ height constants/line-height))]
|
||||
(if platform/ios? lines (dec lines))))
|
||||
(Math/floor (/ height constants/line-height)))
|
||||
|
||||
(defn calc-extra-content-height
|
||||
[images? link-previews? reply? edit?]
|
||||
|
Loading…
x
Reference in New Issue
Block a user