forked from organicmaps/organicmaps
Merge pull request #4574 from igrechuhin/MAPSME-2705
[ios] Fixed my location sharing from PPP.
This commit is contained in:
commit
c023a68809
1 changed files with 1 additions and 2 deletions
|
@ -42,8 +42,7 @@ NSString * httpGe0Url(NSString * shortUrl)
|
|||
NSAssert(object, @"Entity can't be nil!");
|
||||
BOOL const isMyPosition = object.isMyPosition;
|
||||
_isMyPosition = isMyPosition;
|
||||
if (!isMyPosition)
|
||||
_object = object;
|
||||
_object = object;
|
||||
}
|
||||
return self;
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue