From 9f420ee24f98581cb6aa0f8584dc9b566d7a2e23 Mon Sep 17 00:00:00 2001 From: Kiryl Kaveryn Date: Sat, 30 Dec 2023 18:22:05 +0400 Subject: [PATCH] [ios] add the Notes section to the 'Add place to OSM' screen Signed-off-by: Kiryl Kaveryn --- iphone/Maps/UI/Editor/MWMEditorViewController.mm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/iphone/Maps/UI/Editor/MWMEditorViewController.mm b/iphone/Maps/UI/Editor/MWMEditorViewController.mm index 4d37ba17c1..97095d71cd 100644 --- a/iphone/Maps/UI/Editor/MWMEditorViewController.mm +++ b/iphone/Maps/UI/Editor/MWMEditorViewController.mm @@ -334,7 +334,7 @@ void registerCellsForTableView(std::vector 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) {