9
0
mirror of https://gitee.com/shuto/customCamera.git synced 2026-05-02 00:07:24 +08:00

Mise aux normes checkstyle.

This commit is contained in:
Christophe BOUCAUT
2015-02-02 10:06:32 +01:00
parent f713a107ab
commit a0ea67ddef
@@ -399,7 +399,8 @@ public class CameraActivity extends Activity {
byte[] imgBackgroundBase64;
if (
TransferBigData.getImgBackgroundBase64OtherOrientation() == null ||
this.getIntent().getIntExtra("startOrientation", 1) == this.getResources().getConfiguration().orientation
this.getIntent().getIntExtra("startOrientation", 1)
== this.getResources().getConfiguration().orientation
) {
imgBackgroundBase64 = TransferBigData.getImgBackgroundBase64();
} else {