fix: 修改某些情况下照片不存在数据上传的问题

This commit is contained in:
2023-03-28 11:15:34 +08:00
parent 61c1c53696
commit 070d196f45
5 changed files with 0 additions and 10 deletions

View File

@@ -519,7 +519,6 @@ public class AreaHubFragment extends BaseDrawerFragment implements View.OnClickL
initPoiSaveLocal(true);
} else {
poiVideoUpload(poiEntity);
Constant.isPresent = false;
}
break;
}
@@ -681,7 +680,6 @@ public class AreaHubFragment extends BaseDrawerFragment implements View.OnClickL
@Override
public void run() {
poiVideoUpload(poiEntity);
Constant.isPresent = false;
}
});
}

View File

@@ -592,7 +592,6 @@ public class BuildingInFragment extends BaseDrawerFragment implements View.OnCli
initPoiSaveLocal(true);
} else {
poiVideoUpload(poiEntity);
Constant.isPresent = false;
}
break;
}
@@ -782,7 +781,6 @@ public class BuildingInFragment extends BaseDrawerFragment implements View.OnCli
@Override
public void run() {
poiVideoUpload(poiEntity);
Constant.isPresent = false;
}
});
}

View File

@@ -506,7 +506,6 @@ public class PoiVideoFragment extends BaseDrawerFragment implements View.OnClick
initPoiSaveLocal(true);
} else {
poiVideoUpload(poiEntity);
Constant.isPresent = false;
}
break;
}
@@ -664,7 +663,6 @@ public class PoiVideoFragment extends BaseDrawerFragment implements View.OnClick
@Override
public void run() {
poiVideoUpload(poiEntity);
Constant.isPresent = false;
}
});
}

View File

@@ -598,7 +598,6 @@ public class RoadFragment extends BaseDrawerFragment implements View.OnClickList
initPoiSaveLocal(true);
} else {
poiVideoUpload(poiEntity);
Constant.isPresent = false;
}
break;
@@ -761,7 +760,6 @@ public class RoadFragment extends BaseDrawerFragment implements View.OnClickList
@Override
public void run() {
poiVideoUpload(poiEntity);
Constant.isPresent = false;
}
});
}

View File

@@ -519,7 +519,6 @@ public class TrafficHubFragment extends BaseDrawerFragment implements View.OnCli
initPoiSaveLocal(true);
} else {
poiVideoUpload(poiEntity);
Constant.isPresent = false;
}
break;
}
@@ -681,7 +680,6 @@ public class TrafficHubFragment extends BaseDrawerFragment implements View.OnCli
@Override
public void run() {
poiVideoUpload(poiEntity);
Constant.isPresent = false;
}
});
}