Merge pull request #9515 from osmandapp/Fix_6589

Fix #6589
This commit is contained in:
Vitaliy 2020-07-29 16:30:53 +03:00 committed by GitHub
commit 71eb962ac0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -51,6 +51,8 @@ public class EditPoiData {
category = type;
tagValues.put(POI_TYPE_TAG, "");
changedTags.add(POI_TYPE_TAG);
removeCurrentTypeTag();
currentPoiType=null;
}
}