diff --git a/src/status_im/chat/views/input/animations/expandable.cljs b/src/status_im/chat/views/input/animations/expandable.cljs index f338b1fc2e..738a60fa73 100644 --- a/src/status_im/chat/views/input/animations/expandable.cljs +++ b/src/status_im/chat/views/input/animations/expandable.cljs @@ -80,12 +80,8 @@ :reagent-render (fn [{:keys [draggable? custom-header]} & elements] @to-changed-height @changes-counter @max-height - (let [{expandable-offset :expandable-offset - status-bar-height :height} (get-in p/platform-specific [:component-styles :status-bar :main]) - bottom (+ @input-height @chat-input-margin) - height (if @fullscreen? - (+ @max-height status-bar-height expandable-offset) - anim-value)] + (let [bottom (+ @input-height @chat-input-margin) + height (if @fullscreen? @max-height anim-value)] [view style/overlap-container (when (and (not hide-overlay?) (not @fullscreen?))