update: CameraScreen changes

This commit is contained in:
2026-05-31 16:14:09 +02:00
parent 17c38f051e
commit 05aa285f1c
-1
View File
@@ -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);