forked from organicmaps/organicmaps
[iOS] fix bookmarks deletion
This commit is contained in:
parent
fb148b4515
commit
9d1dd2cc65
1 changed files with 1 additions and 0 deletions
|
@ -372,6 +372,7 @@ CGFloat const kPinDiameter = 18.0f;
|
|||
|
||||
- (void)calculateSections
|
||||
{
|
||||
m_sections.clear();
|
||||
auto const & bm = GetFramework().GetBookmarkManager();
|
||||
if (bm.IsCategoryFromCatalog(m_categoryId))
|
||||
m_sections.emplace_back(Section::Info);
|
||||
|
|
Loading…
Add table
Reference in a new issue