Skip to content

Commit

Permalink
Add Pixel 4a into FpsRangeValidator (#1089)
Browse files Browse the repository at this point in the history
Co-authored-by: Smuk <jan.smuk@androworks.org>
  • Loading branch information
honzasmuk and Smuk authored May 12, 2021
1 parent bde88a9 commit ceb0eca
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,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)));
}

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

0 comments on commit ceb0eca

Please sign in to comment.