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:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user