Thanks to visit codestin.com
Credit goes to github.com

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

Commit 8557845

Browse files
committed
Fix formatting issues
1 parent 1e6caf7 commit 8557845

File tree

1 file changed

+1
-1
lines changed
  • packages/camera/android/src/main/java/io/flutter/plugins/camera

1 file changed

+1
-1
lines changed

packages/camera/android/src/main/java/io/flutter/plugins/camera/Camera.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -411,7 +411,7 @@ public void resumeVideoRecording(@NonNull final Result result) {
411411

412412
public void startPreview() throws CameraAccessException {
413413
if (pictureImageReader == null || pictureImageReader.getSurface() == null) return;
414-
414+
415415
createCaptureSession(CameraDevice.TEMPLATE_PREVIEW, pictureImageReader.getSurface());
416416
}
417417

0 commit comments

Comments
 (0)