Skip to content

Commit

Permalink
Update packages/camera/camera_android_camerax/lib/src/android_camera_…
Browse files Browse the repository at this point in the history
…camerax.dart

Co-authored-by: Camille Simon <43054281+camsim99@users.noreply.github.com>
  • Loading branch information
ruicraveiro and camsim99 authored Aug 6, 2024
1 parent e6b483f commit 45fa745
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -831,7 +831,7 @@ class AndroidCameraCameraX extends CameraPlatform {
final List<int> controlModes =
await cam2Info.getAvailableVideoStabilizationModes();

/// if new modes need to be supported, the opposite of this mapping
/// If new modes need to be supported, the opposite of this mapping
/// code is in [_getControlVideoStabilizationMode(...)] in this class,
/// so don't forget to review that method as well.
Expand Down

0 comments on commit 45fa745

Please sign in to comment.