From 1ddc43cd4a8b11d90db3cc96d2376e4d76ebcd3f Mon Sep 17 00:00:00 2001 From: Oleksii Bulenok Date: Wed, 22 Jul 2026 19:02:57 +0200 Subject: [PATCH] move comment --- src/components/InterestTabs.tsx | 5 ----- src/view/shell/BlockDrawerGesture.tsx | 5 +++++ 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/src/components/InterestTabs.tsx b/src/components/InterestTabs.tsx index 966cc98614..5df1fb62e3 100644 --- a/src/components/InterestTabs.tsx +++ b/src/components/InterestTabs.tsx @@ -201,11 +201,6 @@ export function InterestTabs({ return ( - {/* - * BlockDrawerGesture must wrap the ScrollView directly - Gesture.Native() - * only works when attached to the natively scrollable view. On the new - * arch (Android), attaching it to a wrapper view breaks scrolling. - */}