Skip to content

Commit

Permalink
fix top bar disappearing when removing or blocking contact (#19430)
Browse files Browse the repository at this point in the history
  • Loading branch information
Parveshdhull authored Apr 4, 2024
1 parent e9b9731 commit d4e1b63
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/status_im/contexts/chat/messenger/messages/view.cljs
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,6 @@
[rn/keyboard-avoiding-view
{:style style/keyboard-avoiding-container
:keyboard-vertical-offset (- (:bottom insets))}
[messages.navigation/view
{:distance-from-list-top distance-from-list-top
:chat-screen-layout-calculations-complete? chat-screen-layout-calculations-complete?}]
[list.view/messages-list-content
{:insets insets
:layout-height layout-height
Expand All @@ -35,6 +32,9 @@
:chat-screen-layout-calculations-complete? chat-screen-layout-calculations-complete?
:distance-from-list-top distance-from-list-top
:chat-list-scroll-y chat-list-scroll-y}]
[messages.navigation/view
{:distance-from-list-top distance-from-list-top
:chat-screen-layout-calculations-complete? chat-screen-layout-calculations-complete?}]
[composer.view/composer
{:insets insets
:chat-screen-layout-calculations-complete? chat-screen-layout-calculations-complete?
Expand Down

0 comments on commit d4e1b63

Please sign in to comment.