Compare commits

...
1 Commits
Author SHA1 Message Date
Ibrahem 10de3c9759 [16153] Remove scrolling to first message(s) 2023-06-03 16:12:02 +03:00
@@ -291,10 +291,6 @@
colors/neutral-95))}
:inverted true
:on-layout (fn [e]
(when platform/android?
;; FIXME: this is due to Android not triggering the initial
;; scrollTo event
(scroll-to-offset 1))
(let [layout-height (oops/oget e "nativeEvent.layout.height")]
(reset! messages-view-height layout-height)))
:scroll-enabled (not recording?)}]]))