Fixed crash in activating of map selection.

This commit is contained in:
Daria Volvenkova 2016-09-22 15:38:54 +03:00 committed by Vladimir Byko-Ianko
parent 924270cf23
commit 5aa24494e2

View file

@ -1602,11 +1602,7 @@ void Framework::UpdateDrapeEngine(int width, int height)
InvalidateUserMarks();
if (m_lastTapEvent)
{
place_page::Info info;
ActivateMapSelection(false, OnTapEventImpl(*m_lastTapEvent, info), info);
}
UpdatePlacePageInfoForCurrentSelection();
}
}