Skip to content

Commit

Permalink
fix: chat over scroll (#17568)
Browse files Browse the repository at this point in the history
  • Loading branch information
BalogunofAfrica authored Oct 13, 2023
1 parent ca88de1 commit 65e37fe
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/status_im2/contexts/chat/messages/list/view.cljs
Original file line number Diff line number Diff line change
Expand Up @@ -292,6 +292,7 @@
[rn/flat-list
{:key-fn list-key-fn
:ref list-ref
:bounces false
:header [:<>
[list-header insets (:able-to-send-message? context) theme]
(when (= (:chat-type chat) constants/private-group-chat-type)
Expand Down

0 comments on commit 65e37fe

Please sign in to comment.