diff --git a/src/components/InterestTabs.tsx b/src/components/InterestTabs.tsx index 41638184f9..b015572f47 100644 --- a/src/components/InterestTabs.tsx +++ b/src/components/InterestTabs.tsx @@ -199,7 +199,10 @@ export function InterestTabs({ }, []) return ( - + // `collapsable={false}` keeps this as a real host view on the new arch so + // that a wrapping GestureDetector (e.g. BlockDrawerGesture) can attach to + // it - otherwise this layout-only view gets flattened away. +