diff --git a/src/misc/camera.js b/src/misc/camera.js index ed69381b..76bf71a4 100644 --- a/src/misc/camera.js +++ b/src/misc/camera.js @@ -36,8 +36,7 @@ const narrowDownFacingMode = async camera => { ({ kind }) => kind === "videoinput" ); - // if (devices.length > 2) { - if (false) { + if (devices.length > 2) { const frontCamera = devices[0]; const rearCamera = devices[devices.length - 1];