forked from organicmaps/organicmaps-tmp
[ios] Fixed my location sharing from PPP.
This commit is contained in:
parent
94c92f8708
commit
7cf75cc7cf
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