fix: 修改某些情况下照片不存在数据上传的问题
This commit is contained in:
@@ -519,7 +519,6 @@ public class AreaHubFragment extends BaseDrawerFragment implements View.OnClickL
|
|||||||
initPoiSaveLocal(true);
|
initPoiSaveLocal(true);
|
||||||
} else {
|
} else {
|
||||||
poiVideoUpload(poiEntity);
|
poiVideoUpload(poiEntity);
|
||||||
Constant.isPresent = false;
|
|
||||||
}
|
}
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
@@ -681,7 +680,6 @@ public class AreaHubFragment extends BaseDrawerFragment implements View.OnClickL
|
|||||||
@Override
|
@Override
|
||||||
public void run() {
|
public void run() {
|
||||||
poiVideoUpload(poiEntity);
|
poiVideoUpload(poiEntity);
|
||||||
Constant.isPresent = false;
|
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -592,7 +592,6 @@ public class BuildingInFragment extends BaseDrawerFragment implements View.OnCli
|
|||||||
initPoiSaveLocal(true);
|
initPoiSaveLocal(true);
|
||||||
} else {
|
} else {
|
||||||
poiVideoUpload(poiEntity);
|
poiVideoUpload(poiEntity);
|
||||||
Constant.isPresent = false;
|
|
||||||
}
|
}
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
@@ -782,7 +781,6 @@ public class BuildingInFragment extends BaseDrawerFragment implements View.OnCli
|
|||||||
@Override
|
@Override
|
||||||
public void run() {
|
public void run() {
|
||||||
poiVideoUpload(poiEntity);
|
poiVideoUpload(poiEntity);
|
||||||
Constant.isPresent = false;
|
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -506,7 +506,6 @@ public class PoiVideoFragment extends BaseDrawerFragment implements View.OnClick
|
|||||||
initPoiSaveLocal(true);
|
initPoiSaveLocal(true);
|
||||||
} else {
|
} else {
|
||||||
poiVideoUpload(poiEntity);
|
poiVideoUpload(poiEntity);
|
||||||
Constant.isPresent = false;
|
|
||||||
}
|
}
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
@@ -664,7 +663,6 @@ public class PoiVideoFragment extends BaseDrawerFragment implements View.OnClick
|
|||||||
@Override
|
@Override
|
||||||
public void run() {
|
public void run() {
|
||||||
poiVideoUpload(poiEntity);
|
poiVideoUpload(poiEntity);
|
||||||
Constant.isPresent = false;
|
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -598,7 +598,6 @@ public class RoadFragment extends BaseDrawerFragment implements View.OnClickList
|
|||||||
initPoiSaveLocal(true);
|
initPoiSaveLocal(true);
|
||||||
} else {
|
} else {
|
||||||
poiVideoUpload(poiEntity);
|
poiVideoUpload(poiEntity);
|
||||||
Constant.isPresent = false;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
break;
|
break;
|
||||||
@@ -761,7 +760,6 @@ public class RoadFragment extends BaseDrawerFragment implements View.OnClickList
|
|||||||
@Override
|
@Override
|
||||||
public void run() {
|
public void run() {
|
||||||
poiVideoUpload(poiEntity);
|
poiVideoUpload(poiEntity);
|
||||||
Constant.isPresent = false;
|
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -519,7 +519,6 @@ public class TrafficHubFragment extends BaseDrawerFragment implements View.OnCli
|
|||||||
initPoiSaveLocal(true);
|
initPoiSaveLocal(true);
|
||||||
} else {
|
} else {
|
||||||
poiVideoUpload(poiEntity);
|
poiVideoUpload(poiEntity);
|
||||||
Constant.isPresent = false;
|
|
||||||
}
|
}
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
@@ -681,7 +680,6 @@ public class TrafficHubFragment extends BaseDrawerFragment implements View.OnCli
|
|||||||
@Override
|
@Override
|
||||||
public void run() {
|
public void run() {
|
||||||
poiVideoUpload(poiEntity);
|
poiVideoUpload(poiEntity);
|
||||||
Constant.isPresent = false;
|
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user