From 199edac07c875e96671a4413ad49664c17b63188 Mon Sep 17 00:00:00 2001 From: Shivek Khurana Date: Mon, 29 Jan 2024 12:28:27 +0000 Subject: [PATCH] =?UTF-8?q?=F0=9F=8E=A1=20Don't=20scroll=20on=20press?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - Hack fix - Scroll on press breaks something with FlatList - Which causes some items to not render - Could be related to scroll view inside scroll view - But fixing this bug by compromising the UX a tiny bit --- src/status_im/contexts/wallet/send/select_address/view.cljs | 1 - 1 file changed, 1 deletion(-) diff --git a/src/status_im/contexts/wallet/send/select_address/view.cljs b/src/status_im/contexts/wallet/send/select_address/view.cljs index 066439048a51..15e7083abc17 100644 --- a/src/status_im/contexts/wallet/send/select_address/view.cljs +++ b/src/status_im/contexts/wallet/send/select_address/view.cljs @@ -174,7 +174,6 @@ :default-active selected-tab :data tabs-data :scrollable? true - :scroll-on-press? true :on-change on-change-tab}] [tabs/view {:selected-tab selected-tab}]])]))))