forked from organicmaps/organicmaps
[ios] Compilation fix
This commit is contained in:
parent
ce3ae02463
commit
329be531f1
1 changed files with 1 additions and 1 deletions
|
@ -202,7 +202,7 @@ using TLoopBlock = void (^)(Observer observer);
|
|||
{
|
||||
manager.shareCategoryURL = [NSURL fileURLWithPath:@(sharingResult.m_sharingPath.c_str())
|
||||
isDirectory:NO];
|
||||
NSAssert(manager.shareCategoryURL != nil, @"Invalid share category url");
|
||||
ASSERT(manager.shareCategoryURL, ("Invalid share category url"));
|
||||
status = MWMBookmarksShareStatusSuccess;
|
||||
break;
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue