diff --git a/map/framework.cpp b/map/framework.cpp index 96d9f5d73b..51b3f12629 100644 --- a/map/framework.cpp +++ b/map/framework.cpp @@ -1978,7 +1978,8 @@ void Framework::ActivateMapSelection() bi.m_needAnimationOnSelection, bi.m_isGeometrySelectionAllowed, true); } - ASSERT(m_onPlacePageOpen, ()); + /// @todo Current android logic is strange (see SetPlacePageListeners comments), so skip assert. + //ASSERT(m_onPlacePageOpen, ()); if (m_onPlacePageOpen) m_onPlacePageOpen(); }