forked from organicmaps/organicmaps
Fixed bug with clearing search results.
This commit is contained in:
parent
1e10b94d91
commit
138274444c
1 changed files with 1 additions and 2 deletions
|
@ -263,8 +263,7 @@ void Engine::DoSearch(SearchParams const & params, m2::RectD const & viewport,
|
|||
m_query->Search(res, kResultsCount);
|
||||
}
|
||||
|
||||
if (res.GetCount() > 0)
|
||||
EmitResults(params, res);
|
||||
EmitResults(params, res);
|
||||
}
|
||||
catch (Query::CancelException const &)
|
||||
{
|
||||
|
|
Loading…
Add table
Reference in a new issue