Fix deleting basic tags in offline mode after switching tabs
This commit is contained in:
parent
1ae6e344b1
commit
5057c46c21
1 changed files with 1 additions and 0 deletions
|
@ -165,6 +165,7 @@ public class BasicEditPoiFragment extends BaseOsmAndFragment
|
|||
if (data == null) {
|
||||
return;
|
||||
}
|
||||
basicTagsInitialized = false;
|
||||
Map<String, String> tagValues = data.getTagValues();
|
||||
streetEditText.setText(tagValues.get(OSMSettings.OSMTagKey.ADDR_STREET.getValue()));
|
||||
houseNumberEditText.setText(tagValues.get(OSMSettings.OSMTagKey.ADDR_HOUSE_NUMBER.getValue()));
|
||||
|
|
Loading…
Reference in a new issue