Merge pull request #978 from VladiMihaylenko/vm-master

[ios] Fixed bug with bookmark color (iPad).
This commit is contained in:
igrechuhin 2015-12-14 19:52:12 +03:00
commit 5ac0242e40

View file

@ -129,7 +129,7 @@ static NSString * const kBookmarkColorCellIdentifier = @"MWMBookmarkColorCell";
if (!self.iPadOwnerNavigationController)
return;
[self.placePageManager reloadBookmark];
[self.placePageManager.entity synchronize];
}
@end