crash-fix: check for activeJob in setCaptureComplete
Crash was caused by guider changing status during waitForFinished inside of setCaptureComplete, which caused activeJob to be set to null. We now check for null in activeJob.
Crash was caused by guider changing status during waitForFinished inside of setCaptureComplete, which caused activeJob to be set to null. We now check for null in activeJob.