[iOS] fix bookmarks deletion

This commit is contained in:
Aleksey Belouosv 2018-07-10 14:41:34 +03:00 committed by Vlad Mihaylenko
parent fb148b4515
commit 9d1dd2cc65

View file

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