forked from organicmaps/organicmaps
[ios] add the Notes section to the 'Add place to OSM' screen
Signed-off-by: Kiryl Kaveryn <kirylkaveryn@gmail.com>
This commit is contained in:
parent
f3d8897817
commit
9f420ee24f
1 changed files with 1 additions and 1 deletions
|
@ -334,7 +334,7 @@ void registerCellsForTableView(std::vector<MWMEditorCellID> const & cells, UITab
|
|||
return mid == MetadataID::FMD_POSTCODE || mid == MetadataID::FMD_BUILDING_LEVELS;
|
||||
}), editableProperties.end());
|
||||
BOOL const isCreating = self.isCreating;
|
||||
BOOL const showNotesToOSMEditors = !isCreating;
|
||||
BOOL const showNotesToOSMEditors = YES;
|
||||
|
||||
if (isNameEditable)
|
||||
{
|
||||
|
|
Loading…
Add table
Reference in a new issue