mirror of
https://github.com/oxen-io/session-android.git
synced 2025-06-09 17:48:33 +00:00
Revert "Remove the Pixel 4 from the CameraX blacklist."
This reverts commit 1f5a597d50c0ecbbc4e9bdb75b0fe42368ce5b4b.
This commit is contained in:
parent
e69c0af613
commit
f970b4acfa
@ -7,6 +7,10 @@ import java.util.Set;
|
|||||||
|
|
||||||
public final class LegacyCameraModels {
|
public final class LegacyCameraModels {
|
||||||
private static final Set<String> LEGACY_MODELS = new HashSet<String>() {{
|
private static final Set<String> LEGACY_MODELS = new HashSet<String>() {{
|
||||||
|
// Pixel 4
|
||||||
|
add("Pixel 4");
|
||||||
|
add("Pixel 4 XL");
|
||||||
|
|
||||||
// Huawei Mate 10
|
// Huawei Mate 10
|
||||||
add("ALP-L29");
|
add("ALP-L29");
|
||||||
add("ALP-L09");
|
add("ALP-L09");
|
||||||
|
Loading…
x
Reference in New Issue
Block a user