forked from organicmaps/organicmaps
Fixed my bookmarks downloading from the catalog
This commit is contained in:
parent
25a242fea8
commit
2a495df02f
1 changed files with 1 additions and 1 deletions
|
@ -2168,7 +2168,7 @@ void BookmarkManager::ImportDownloadedFromCatalog(std::string const & id, std::s
|
|||
{
|
||||
bool const isMyCategory = ::IsMyCategory(userId, kmlData->m_categoryData);
|
||||
auto const p = base::JoinPath(isMyCategory ? GetBookmarksDirectory() : GetPrivateBookmarksDirectory(),
|
||||
id, kKmbExtension);
|
||||
id + kKmbExtension);
|
||||
auto collection = std::make_shared<KMLDataCollection>();
|
||||
collection->emplace_back(p, std::move(kmlData));
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue