forked from organicmaps/organicmaps
Merge pull request #3784 from igrechuhin/navigation
[ios] Changed block to lambda.
This commit is contained in:
commit
118b14e2bb
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Reference in a new issue