Skip to content

Commit

Permalink
fix(android): switchCamera method was missing (#14029)
Browse files Browse the repository at this point in the history
  • Loading branch information
m1ga committed May 23, 2024
1 parent 0c93fa7 commit bbde0c3
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1700,6 +1700,7 @@ public void switchCamera(int whichCamera)
Log.e(TAG, "Camera preview is not open, unable to switch camera.");
return;
}
activity.switchCamera(whichCamera);
}
}

Expand Down

0 comments on commit bbde0c3

Please sign in to comment.