forked from organicmaps/organicmaps
Setting bookmark fixed.
This commit is contained in:
parent
90bc81ba2f
commit
489baa2497
1 changed files with 1 additions and 1 deletions
|
@ -109,7 +109,7 @@ Java_com_mapswithme_maps_bookmarks_data_BookmarkManager_nativeAddBookmarkToLastE
|
|||
size_t const lastEditedCategory = f->LastEditedBMCategory();
|
||||
size_t const createdBookmarkIndex = f->AddBookmark(lastEditedCategory, glbPoint, bmkData);
|
||||
place_page::Info & info = g_framework->GetPlacePageInfo();
|
||||
info.m_bac = {lastEditedCategory, createdBookmarkIndex};
|
||||
info.m_bac = {createdBookmarkIndex, lastEditedCategory};
|
||||
return usermark_helper::CreateMapObject(env, info);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue