forked from organicmaps/organicmaps
[ios] Changed block to lambda.
This commit is contained in:
parent
b8e723ce47
commit
4e21d35a4c
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