From 05aa285f1ce2f6364c78103ebe7bec4d71e02919 Mon Sep 17 00:00:00 2001 From: orfelorfel23 Date: Sun, 31 May 2026 16:14:09 +0200 Subject: [PATCH] update: CameraScreen changes --- src/screens/CameraScreen.tsx | 1 - 1 file changed, 1 deletion(-) 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);