From 65e37feb17627a8415d684cc3dd64efa036193ab Mon Sep 17 00:00:00 2001 From: BalogunofAfrica <45393944+BalogunofAfrica@users.noreply.github.com> Date: Fri, 13 Oct 2023 12:44:48 +0100 Subject: [PATCH] fix: chat over scroll (#17568) --- src/status_im2/contexts/chat/messages/list/view.cljs | 1 + 1 file changed, 1 insertion(+) diff --git a/src/status_im2/contexts/chat/messages/list/view.cljs b/src/status_im2/contexts/chat/messages/list/view.cljs index 908bc369ba..3799121b55 100644 --- a/src/status_im2/contexts/chat/messages/list/view.cljs +++ b/src/status_im2/contexts/chat/messages/list/view.cljs @@ -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)