Merge remote-tracking branch 'origin/master' into dev
This commit is contained in:
commit
d39a4a4171
|
@ -61,6 +61,6 @@ public enum ModelTag {
|
|||
public static boolean isTwoMac(List<String> tags) {
|
||||
// 双模
|
||||
List<String> towMacTags = asList(FOUR_G, WIFI);
|
||||
return new HashSet<>(towMacTags).containsAll(tags);
|
||||
return new HashSet<>(tags).containsAll(towMacTags);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue
Block a user