diff --git a/iphone/Maps/Classes/Search/MWMSearch.mm b/iphone/Maps/Classes/Search/MWMSearch.mm index 7d5633f4f8..011ff5e1c5 100644 --- a/iphone/Maps/Classes/Search/MWMSearch.mm +++ b/iphone/Maps/Classes/Search/MWMSearch.mm @@ -63,7 +63,7 @@ using TObservers = NSHashTable<__kindof TObserver>; __strong auto self = weakSelf; if (!self) return; - runAsyncOnMainQueue(^{ + runAsyncOnMainQueue([self, results] { if (!results.IsEndMarker()) { self->m_results = results;