Fixed poi clearing on map touches.

This commit is contained in:
Dmitry Yunitsky 2014-07-13 19:22:26 +02:00 committed by Alex Zolotarev
parent 16dadb576a
commit 74becc26ba
2 changed files with 1 additions and 1 deletions

View file

@ -609,7 +609,6 @@ namespace android
void Framework::DeactivatePopup()
{
GetPinClickManager().RemovePin();
GetPinClickManager().Hide();
}
string Framework::GetOutdatedCountriesString()

View file

@ -1211,6 +1211,7 @@ public class MWMActivity extends NvEventQueueActivity
public void run()
{
hideInfoView();
deactivatePopup();
}
});
}