Skip to content

Commit

Permalink
Add Moto G20 to camerax blacklist.
Browse files Browse the repository at this point in the history
  • Loading branch information
cody-signal authored and alex-signal committed Jul 11, 2022
1 parent 60e366e commit 65965e8
Showing 1 changed file with 3 additions and 0 deletions.
Expand Up @@ -106,6 +106,9 @@ public final class CameraXModelBlacklist {
add("COR-AL00");
add("COR-AL10");
add("COR-TL10");

// Motorola G20
add("moto g(20)");
}};

private CameraXModelBlacklist() {
Expand Down

0 comments on commit 65965e8

Please sign in to comment.