Skip to content
This repository has been archived by the owner on Feb 22, 2023. It is now read-only.

Commit

Permalink
Fix formatting issues
Browse files Browse the repository at this point in the history
  • Loading branch information
mvanbeusekom committed Oct 21, 2020
1 parent 1e6caf7 commit 8557845
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -411,7 +411,7 @@ public void resumeVideoRecording(@NonNull final Result result) {

public void startPreview() throws CameraAccessException {
if (pictureImageReader == null || pictureImageReader.getSurface() == null) return;

createCaptureSession(CameraDevice.TEMPLATE_PREVIEW, pictureImageReader.getSurface());
}

Expand Down

0 comments on commit 8557845

Please sign in to comment.