Skip to content

Commit

Permalink
fix: avoid locking scroll for contact-list in new-chat sheet
Browse files Browse the repository at this point in the history
  • Loading branch information
seanstrom committed Nov 19, 2024
1 parent a1e3bb3 commit 014f446
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/status_im/contexts/chat/home/new_chat/view.cljs
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,6 @@
:render-section-footer-fn contact-list/contacts-section-footer
:content-container-style {:padding-bottom 70}
:render-fn render-fn
:scroll-enabled @scroll-enabled?
:on-scroll on-scroll}])
(when contacts-selected?
[rn/view
Expand Down

0 comments on commit 014f446

Please sign in to comment.