diff --git a/src/view/shell/mobile/index.tsx b/src/view/shell/mobile/index.tsx index cef72cfd4e..a5e7ba701f 100644 --- a/src/view/shell/mobile/index.tsx +++ b/src/view/shell/mobile/index.tsx @@ -146,7 +146,6 @@ export const MobileShell: React.FC = observer(() => { const swipeGesture = useMemo( () => Gesture.Pan() - .hitSlop(SWIPE_GESTURE_HIT_SLOP) .onUpdate(e => { if (store.nav.tab.canGoBack) { swipeGestureInterp.value = Math.max(