forked from organicmaps/organicmaps
review fixes
This commit is contained in:
parent
3900cc9a51
commit
6454974be3
3 changed files with 1 additions and 3 deletions
|
@ -467,7 +467,7 @@ namespace android
|
|||
void Framework::ShowAllSearchResults()
|
||||
{
|
||||
m_doLoadState = false;
|
||||
Platform::RunOnGuiThreadImpl(bind(&ShowAllSearchResultsImpl), false);
|
||||
Platform::RunOnGuiThreadImpl(bind(&ShowAllSearchResultsImpl));
|
||||
}
|
||||
|
||||
/*
|
||||
|
|
|
@ -1255,7 +1255,6 @@ size_t Framework::ShowAllSearchResults()
|
|||
shared_ptr<State> state = GetLocationState();
|
||||
if (state->GetMode() < location::State::Follow)
|
||||
{
|
||||
LOG(LINFO, ("UVR : Change viewport from search"));
|
||||
// Setup viewport according to results.
|
||||
m2::AnyRectD viewport = m_navigator.Screen().GlobalRect();
|
||||
m2::PointD const center = viewport.Center();
|
||||
|
|
|
@ -720,7 +720,6 @@ void State::StopLocationFollow()
|
|||
|
||||
void State::SetFixedZoom()
|
||||
{
|
||||
LOG(LINFO, ("UVR : SetFixedZoom"));
|
||||
SetModeInfo(IncludeModeBit(m_modeInfo, FixedZoomBit));
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue