Merge pull request #4574 from igrechuhin/MAPSME-2705

[ios] Fixed my location sharing from PPP.
This commit is contained in:
Vlad Mihaylenko 2016-10-27 19:16:58 +04:00 committed by GitHub
commit c023a68809

View file

@ -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;
}