Update UploadOpenstreetmapPointAsyncTask.java
This commit is contained in:
parent
b87957b9a7
commit
f08840d03f
1 changed files with 1 additions and 1 deletions
|
@ -81,7 +81,7 @@ public class UploadOpenstreetmapPointAsyncTask
|
|||
loadErrorsMap.put(point, errorMessage);
|
||||
}
|
||||
}
|
||||
if(uploaded) {
|
||||
if(uploaded && closeChangeSet) {
|
||||
remotepoi.closeChangeSet();
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue