forked from organicmaps/organicmaps
[android] fix: return properly sorted list from cpp bookmarks manager
Signed-off-by: Kiryl Kaveryn <kirylkaveryn@gmail.com>
This commit is contained in:
parent
d401482524
commit
a552a6ae78
1 changed files with 1 additions and 1 deletions
|
@ -637,7 +637,7 @@ Java_app_organicmaps_bookmarks_data_BookmarkManager_nativeGetBookmarkCategories(
|
|||
jobject)
|
||||
{
|
||||
auto const & bm = frm()->GetBookmarkManager();
|
||||
auto const & ids = bm.GetBmGroupsIdList();
|
||||
auto const & ids = bm.GetSortedBmGroupIdList();
|
||||
|
||||
return MakeCategories(env, ids);
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue