forked from organicmaps/organicmaps
[iOS] Do not clear previous results in search on map.
https://jira.mail.ru/browse/MAPSME-14720
This commit is contained in:
parent
a79c2e347e
commit
2d6cb02544
1 changed files with 2 additions and 1 deletions
|
@ -144,7 +144,8 @@ booking::filter::Tasks MakeBookingFilterTasks(booking::filter::Params &&availabi
|
|||
m_viewportParams.m_onCompleted = [self](search::Results const &results) {
|
||||
if (!results.IsEndMarker())
|
||||
return;
|
||||
self->m_viewportResults = results;
|
||||
if (!results.IsEndedCancelled())
|
||||
self->m_viewportResults = results;
|
||||
self.searchCount -= 1;
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue