Skip to content

Commit

Permalink
natario1#1088: add Pixel 4a into FpsRangeValidator (natario1#1164)
Browse files Browse the repository at this point in the history
  • Loading branch information
stevexusc authored Mar 25, 2022
1 parent 0057981 commit 82ea49f
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ public class FpsRangeValidator {
static {
sIssues.put("Google Pixel 4", Arrays.asList(new Range<>(15, 60)));
sIssues.put("Google Pixel 4a", Arrays.asList(new Range<>(15, 60)));
sIssues.put("Google Pixel 4 XL", Arrays.asList(new Range<>(15, 60)));
}

public static boolean validate(Range<Integer> range) {
Expand Down

0 comments on commit 82ea49f

Please sign in to comment.