mirror of
https://github.com/signalapp/Signal-Android.git
synced 2026-04-21 17:29:32 +01:00
Re-enable CameraX for Pixel 4 devices.
This commit is contained in:
committed by
Greyson Parrelli
parent
bc7908a4a5
commit
1eb253562b
@@ -8,8 +8,8 @@ import java.util.Set;
|
||||
public final class CameraXModelBlacklist {
|
||||
private static final Set<String> BLACKLIST = new HashSet<String>() {{
|
||||
// Pixel 4
|
||||
add("Pixel 4");
|
||||
add("Pixel 4 XL");
|
||||
// add("Pixel 4");
|
||||
// add("Pixel 4 XL");
|
||||
|
||||
// Huawei Mate 10
|
||||
add("ALP-L29");
|
||||
|
||||
Reference in New Issue
Block a user