From 74c38186a4b15e0abd780ebf6bf23c30192c7cbc Mon Sep 17 00:00:00 2001 From: jo-mut Date: Fri, 28 Jun 2024 12:45:24 +0200 Subject: [PATCH] fixed reloading contacts when scrolling after selecting/unselected to add to a group chat --- src/status_im/contexts/chat/group_details/view.cljs | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/status_im/contexts/chat/group_details/view.cljs b/src/status_im/contexts/chat/group_details/view.cljs index 2c6a473095c..bf6771afece 100644 --- a/src/status_im/contexts/chat/group_details/view.cljs +++ b/src/status_im/contexts/chat/group_details/view.cljs @@ -50,7 +50,7 @@ item]))))) (defn add-manage-members - [{:keys [scroll-enabled? on-scroll]}] + [{:keys [on-scroll]}] (let [theme (quo.theme/use-theme) selected-participants (rf/sub [:group-chat/selected-participants]) deselected-members (rf/sub [:group-chat/deselected-members]) @@ -71,7 +71,6 @@ (i18n/label (if admin? :t/manage-members :t/add-members))] [gesture/section-list {:key-fn :title - :scroll-enabled @scroll-enabled? :on-scroll on-scroll :sticky-section-headers-enabled false :sections (rf/sub [:contacts/grouped-by-first-letter])