Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update packages/camera/camera_android/android/src/main/java/io/flutte…
…r/plugins/camera/Camera.java

Co-authored-by: Camille Simon <[email protected]>
  • Loading branch information
BradenBagby and camsim99 authored Feb 27, 2023
commit b8eab7e6232dcef9621065927ce6301559f017ec
Original file line number Diff line number Diff line change
Expand Up @@ -1332,7 +1332,7 @@ public void setDescriptionWhileRecording(

// See VideoRenderer.java requires API 26 to switch camera while recording
if (android.os.Build.VERSION.SDK_INT < android.os.Build.VERSION_CODES.O) {
result.error("setDescriptionWhileRecordingFailed", "Device does not support", null);
result.error("setDescriptionWhileRecordingFailed", "Device does not support switching the camera while recording", null);
return;
}

Expand Down