diff --git a/iphone/Maps/Bookmarks/Categories/Category settings/CategorySettingsViewController.swift b/iphone/Maps/Bookmarks/Categories/Category settings/CategorySettingsViewController.swift index 7114c156b8..08749c0a6d 100644 --- a/iphone/Maps/Bookmarks/Categories/Category settings/CategorySettingsViewController.swift +++ b/iphone/Maps/Bookmarks/Categories/Category settings/CategorySettingsViewController.swift @@ -101,7 +101,7 @@ final class CategorySettingsViewController: MWMTableViewController { changesMade = true } - if let newAnnotation = newAnnotation, !newAnnotation.isEmpty { + if let newAnnotation = newAnnotation { BookmarksManager.shared().setCategory(bookmarkGroup.categoryId, description: newAnnotation) changesMade = true }