fix: 合并代码

This commit is contained in:
2023-02-14 16:49:28 +08:00
2 changed files with 2 additions and 0 deletions

View File

@@ -109,6 +109,7 @@ public class PhotographActivity extends BaseActivity implements View.OnClickL
if (getIntent() != null) {
photo_path = getIntent().getStringExtra(Constant.INTENT_PHOTO_PATH);
}
// this.setRequestedOrientation(ActivityInfo.SCREEN_ORIENTATION_LANDSCAPE);
CameraLogger.setLogLevel(CameraLogger.LEVEL_VERBOSE);
cameraView = findViewById(R.id.camera);
cameraView.setOnClickListener(this);

View File

@@ -344,6 +344,7 @@ public class PoiFragment extends BaseDrawerFragment implements View.OnClickListe
initShowPoi();
//拍照长按删除
onLongDel();
}
//拍照长按删除