am 8909c5a9: am ebfe8b3e: am dd288b69: camera2: (LEGACY) Don\'t stop preview when there are no requests left

* commit '8909c5a925164598c72ec3b8207215ef27086d28':
  camera2: (LEGACY) Don't stop preview when there are no requests left
This commit is contained in:
Igor Murashkin
2014-08-08 02:24:33 +00:00
committed by Android Git Automerger

View File

@@ -607,7 +607,6 @@ public class RequestThreadManager {
Log.e(TAG, "Interrupted while waiting for requests to complete.");
}
mDeviceState.setIdle();
stopPreview();
break;
} else {
// Queue another capture if we did not get the last burst.