mirror of
https://github.com/oxen-io/session-android.git
synced 2025-06-09 02:08:33 +00:00
Add the Pixel 4 back to the CameraX blacklist.
It's having pretty bad exposure problems.
This commit is contained in:
parent
9ffb5112c6
commit
3636ae7667
@ -8,10 +8,8 @@ import java.util.Set;
|
|||||||
public final class CameraXModelBlacklist {
|
public final class CameraXModelBlacklist {
|
||||||
private static final Set<String> BLACKLIST = new HashSet<String>() {{
|
private static final Set<String> BLACKLIST = new HashSet<String>() {{
|
||||||
// Pixel 4
|
// Pixel 4
|
||||||
if (Build.VERSION.SDK_INT < 30) {
|
|
||||||
add("Pixel 4");
|
add("Pixel 4");
|
||||||
add("Pixel 4 XL");
|
add("Pixel 4 XL");
|
||||||
}
|
|
||||||
|
|
||||||
// Huawei Mate 10
|
// Huawei Mate 10
|
||||||
add("ALP-L29");
|
add("ALP-L29");
|
||||||
|
Loading…
x
Reference in New Issue
Block a user