fix: 修改某些情况下照片不存在数据上传的问题
This commit is contained in:
parent
61c1c53696
commit
070d196f45
@ -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;
|
||||
}
|
||||
});
|
||||
}
|
||||
|
@ -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;
|
||||
}
|
||||
});
|
||||
}
|
||||
|
@ -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;
|
||||
}
|
||||
});
|
||||
}
|
||||
|
@ -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;
|
||||
}
|
||||
});
|
||||
}
|
||||
|
@ -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;
|
||||
}
|
||||
});
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user