forked from organicmaps/organicmaps
[android] Fixed crash on bookmark deletion.
This commit is contained in:
parent
8297665a32
commit
f59450ff79
1 changed files with 1 additions and 1 deletions
|
@ -147,7 +147,7 @@ Java_com_mapswithme_maps_bookmarks_data_BookmarkManager_nativeDeleteCategory(
|
|||
}
|
||||
|
||||
JNIEXPORT void JNICALL
|
||||
Java_com_mapswithme_maps_bookmarks_data_BookmarkManager_nativeDeleteBookmark(JNIEnv *, jobject, jint cat, jint bmkId)
|
||||
Java_com_mapswithme_maps_bookmarks_data_BookmarkManager_nativeDeleteBookmark(JNIEnv *, jobject, jlong bmkId)
|
||||
{
|
||||
frm()->GetBookmarkManager().GetEditSession().DeleteBookmark(static_cast<df::MarkID>(bmkId));
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue