Skip to content

Commit ad23d1b

Browse files
saeugetierCopilot
andauthored
Update src/libcameracamera.cpp
Co-authored-by: Copilot <[email protected]>
1 parent cf01792 commit ad23d1b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/libcameracamera.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -355,7 +355,7 @@ void LibCameraWorker::queueViewfinderRequest()
355355

356356
void LibCameraWorker::processCompletedRequest(Request *request)
357357
{
358-
if(mCaptureInProgress) {
358+
if (mCaptureInProgress) {
359359
mCaptureInProgress = false;
360360
return; // Ignore preview processing during capture
361361
}

0 commit comments

Comments
 (0)