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 14, 2020
1 parent dc2ddf8 commit 177b270
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 177b270

Please sign in to comment.