forked from organicmaps/organicmaps
Fixed poi clearing on map touches.
This commit is contained in:
parent
16dadb576a
commit
74becc26ba
2 changed files with 1 additions and 1 deletions
|
@ -609,7 +609,6 @@ namespace android
|
|||
void Framework::DeactivatePopup()
|
||||
{
|
||||
GetPinClickManager().RemovePin();
|
||||
GetPinClickManager().Hide();
|
||||
}
|
||||
|
||||
string Framework::GetOutdatedCountriesString()
|
||||
|
|
|
@ -1211,6 +1211,7 @@ public class MWMActivity extends NvEventQueueActivity
|
|||
public void run()
|
||||
{
|
||||
hideInfoView();
|
||||
deactivatePopup();
|
||||
}
|
||||
});
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue