diff --git a/src/screens/CameraScreen.tsx b/src/screens/CameraScreen.tsx index f9ff8e1c..62fbdc1a 100644 --- a/src/screens/CameraScreen.tsx +++ b/src/screens/CameraScreen.tsx @@ -160,7 +160,6 @@ export default function CameraScreen({ // Cancel capture process const handleLocalCancel = () => { - if (countdownTimerRef.current) clearTimeout(countdownTimerRef.current); if (burstTimerRef.current) clearTimeout(burstTimerRef.current); setCountdown(countdownDuration); setIsCapturing(false);