Skip to content

Commit

Permalink
fix: keep patching
Browse files Browse the repository at this point in the history
  • Loading branch information
gruhn committed Jun 16, 2020
1 parent 417f80b commit ac84a8c
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/misc/camera.js
Original file line number Diff line number Diff line change
Expand Up @@ -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];

Expand Down

0 comments on commit ac84a8c

Please sign in to comment.