[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:
Kiryl Kaveryn 2023-12-30 18:22:05 +04:00 committed by Alexander Borsuk
parent f3d8897817
commit 9f420ee24f

View file

@ -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)
{