kopia lustrzana https://github.com/ryukoposting/Signal-Android
Bump quality of camera1 photos.
rodzic
2b58dcbe7f
commit
264d353ec2
|
@ -168,6 +168,7 @@ class Camera1Controller {
|
||||||
while (i < sizes.size() && (sizes.get(i).width * sizes.get(i).height) < (width * height)) {
|
while (i < sizes.size() && (sizes.get(i).width * sizes.get(i).height) < (width * height)) {
|
||||||
i++;
|
i++;
|
||||||
}
|
}
|
||||||
|
i++;
|
||||||
|
|
||||||
return sizes.get(Math.min(i, sizes.size() - 1));
|
return sizes.get(Math.min(i, sizes.size() - 1));
|
||||||
}
|
}
|
||||||
|
|
Ładowanie…
Reference in New Issue