From 654c26e6d117135663541c977b00ffe467ac78fd Mon Sep 17 00:00:00 2001 From: Alexander Borsuk Date: Sat, 12 Feb 2022 23:40:37 +0100 Subject: [PATCH] [ios] Fixed invalid constraint Signed-off-by: Alexander Borsuk --- iphone/Maps/Classes/MapViewController.mm | 2 +- iphone/Maps/UI/PlacePage/PlacePage.storyboard | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/iphone/Maps/Classes/MapViewController.mm b/iphone/Maps/Classes/MapViewController.mm index 0786437b9c..0e32541f8e 100644 --- a/iphone/Maps/Classes/MapViewController.mm +++ b/iphone/Maps/Classes/MapViewController.mm @@ -109,6 +109,7 @@ NSString *const kPP2BookmarkEditingSegue = @"PP2BookmarkEditing"; - (void)showRegularPlacePage { self.placePageVC = [PlacePageBuilder build]; self.placePageContainer.hidden = NO; + self.placePageVC.view.translatesAutoresizingMaskIntoConstraints = NO; [self.placePageContainer addSubview:self.placePageVC.view]; [self.view bringSubviewToFront:self.placePageContainer]; [NSLayoutConstraint activateConstraints:@[ @@ -117,7 +118,6 @@ NSString *const kPP2BookmarkEditingSegue = @"PP2BookmarkEditing"; [self.placePageVC.view.bottomAnchor constraintEqualToAnchor:self.placePageContainer.bottomAnchor], [self.placePageVC.view.rightAnchor constraintEqualToAnchor:self.placePageContainer.rightAnchor] ]]; - self.placePageVC.view.translatesAutoresizingMaskIntoConstraints = NO; [self addChildViewController:self.placePageVC]; [self.placePageVC didMoveToParentViewController:self]; } diff --git a/iphone/Maps/UI/PlacePage/PlacePage.storyboard b/iphone/Maps/UI/PlacePage/PlacePage.storyboard index d1a9fbc5b4..bfff12f7f3 100644 --- a/iphone/Maps/UI/PlacePage/PlacePage.storyboard +++ b/iphone/Maps/UI/PlacePage/PlacePage.storyboard @@ -803,7 +803,6 @@ -