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

Commit a16d768

Browse files
committed
Fix formattin issues
1 parent 3e1a5ed commit a16d768

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
@@ -419,7 +419,7 @@ public void resumeVideoRecording(@NonNull final Result result) {
419419

420420
result.success(null);
421421
}
422-
422+
423423
public void startPreview() throws CameraAccessException {
424424
if (pictureImageReader == null || pictureImageReader.getSurface() == null) return;
425425

0 commit comments

Comments
 (0)