forked from organicmaps/organicmaps
[android] Fixed review notes, changed returned value
https://github.com/mapsme/omim/pull/10290#discussion_r253039074
This commit is contained in:
parent
3997e2d09a
commit
e2477b6c60
1 changed files with 1 additions and 1 deletions
|
@ -2368,7 +2368,7 @@ std::string BookmarkManager::GetCategoryServerId(kml::MarkGroupId categoryId) co
|
|||
CHECK_THREAD_CHECKER(m_threadChecker, ());
|
||||
auto cat = GetBmCategory(categoryId);
|
||||
if (cat == nullptr)
|
||||
return "";
|
||||
return {};
|
||||
|
||||
return cat->GetServerId();
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue