forked from organicmaps/organicmaps
[ios] Fixed Spotlight search.
This commit is contained in:
parent
3c74e9c610
commit
7e9dca071e
1 changed files with 1 additions and 1 deletions
|
@ -670,7 +670,7 @@ using namespace osm_auth_ios;
|
|||
{
|
||||
if (![userActivity.activityType isEqualToString:CSSearchableItemActionType])
|
||||
return NO;
|
||||
NSString * searchString = userActivity.title;
|
||||
NSString * searchString = L(userActivity.userInfo[CSSearchableItemActivityIdentifier]);
|
||||
if (!searchString)
|
||||
return NO;
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue