forked from organicmaps/organicmaps
[android] activate user mark on click
This commit is contained in:
parent
0ca66b8383
commit
b60bde4a5f
1 changed files with 1 additions and 0 deletions
|
@ -713,6 +713,7 @@ extern "C"
|
|||
{
|
||||
::Framework * fm = g_framework->NativeFramework();
|
||||
UserMark const * mark = markCopy->GetUserMark();
|
||||
fm->ActivateUserMark(mark);
|
||||
switch (mark->GetMarkType())
|
||||
{
|
||||
case UserMark::API:
|
||||
|
|
Loading…
Add table
Reference in a new issue