diff --git a/packages/camera/camera_android_camerax/android/src/main/java/io/flutter/plugins/camerax/SystemServicesHostApiImpl.java b/packages/camera/camera_android_camerax/android/src/main/java/io/flutter/plugins/camerax/SystemServicesHostApiImpl.java index c39c611c101b..138e9259e025 100644 --- a/packages/camera/camera_android_camerax/android/src/main/java/io/flutter/plugins/camerax/SystemServicesHostApiImpl.java +++ b/packages/camera/camera_android_camerax/android/src/main/java/io/flutter/plugins/camerax/SystemServicesHostApiImpl.java @@ -106,12 +106,12 @@ public String getTempFilePath(@NonNull String prefix, @NonNull String suffix) { } /** - * Returns whether or not Impeller uses an {@code ImageReader} backend to provide a {@code Surface} - * to CameraX to build the preview. If it is backed by an {@code ImageReader}, then CameraX will not - * automatically apply the transformation needed to correct the preview. + * Returns whether or not Impeller uses an {@code ImageReader} backend to provide a {@code + * Surface} to CameraX to build the preview. If it is backed by an {@code ImageReader}, then + * CameraX will not automatically apply the transformation needed to correct the preview. * - *
This is determined by the engine, which approximately uses {@code SurfaceTexture}s on Android SDKs - * below 29. + *
This is determined by the engine, which approximately uses {@code SurfaceTexture}s on + * Android SDKs below 29. */ @Override @NonNull