[ios] Fixed my location sharing from PPP.

This commit is contained in:
Ilya Grechuhin 2016-10-27 18:08:28 +03:00
parent 94c92f8708
commit 7cf75cc7cf

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