mirror of
https://github.com/status-im/status-react.git
synced 2025-01-16 22:16:34 +00:00
parent
4bd46d9f1c
commit
c8a8b9fdc0
@ -147,9 +147,10 @@
|
||||
window-width (reagent/atom 0)]
|
||||
{:component-will-mount
|
||||
(fn []
|
||||
(if (:connected? status-properties)
|
||||
(animation/set-value anim-translate-y neg-connectivity-bar-height)
|
||||
(animation/set-value anim-translate-y 0)))}
|
||||
(when anim-translate-y
|
||||
(if (:connected? status-properties)
|
||||
(animation/set-value anim-translate-y neg-connectivity-bar-height)
|
||||
(animation/set-value anim-translate-y 0))))}
|
||||
(let [{:keys [loading-indicator?]} status-properties]
|
||||
[react/view {:style {:align-items :stretch
|
||||
:z-index 1}
|
||||
|
Loading…
x
Reference in New Issue
Block a user