fix: 合并代码
This commit is contained in:
commit
12b7d95982
@ -109,6 +109,7 @@ public class PhotographActivity extends BaseActivity implements View.OnClickL
|
|||||||
if (getIntent() != null) {
|
if (getIntent() != null) {
|
||||||
photo_path = getIntent().getStringExtra(Constant.INTENT_PHOTO_PATH);
|
photo_path = getIntent().getStringExtra(Constant.INTENT_PHOTO_PATH);
|
||||||
}
|
}
|
||||||
|
// this.setRequestedOrientation(ActivityInfo.SCREEN_ORIENTATION_LANDSCAPE);
|
||||||
CameraLogger.setLogLevel(CameraLogger.LEVEL_VERBOSE);
|
CameraLogger.setLogLevel(CameraLogger.LEVEL_VERBOSE);
|
||||||
cameraView = findViewById(R.id.camera);
|
cameraView = findViewById(R.id.camera);
|
||||||
cameraView.setOnClickListener(this);
|
cameraView.setOnClickListener(this);
|
||||||
|
@ -344,6 +344,7 @@ public class PoiFragment extends BaseDrawerFragment implements View.OnClickListe
|
|||||||
initShowPoi();
|
initShowPoi();
|
||||||
//拍照长按删除
|
//拍照长按删除
|
||||||
onLongDel();
|
onLongDel();
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
//拍照长按删除
|
//拍照长按删除
|
||||||
|
Loading…
x
Reference in New Issue
Block a user