diff --git a/iphone/Maps/UI/PlacePage/PlacePageLayout/MWMPlacePageLayout.mm b/iphone/Maps/UI/PlacePage/PlacePageLayout/MWMPlacePageLayout.mm index a1cf2a5e05..1049634f6e 100644 --- a/iphone/Maps/UI/PlacePage/PlacePageLayout/MWMPlacePageLayout.mm +++ b/iphone/Maps/UI/PlacePage/PlacePageLayout/MWMPlacePageLayout.mm @@ -699,7 +699,9 @@ map const kMetaInfoCells = { auto tv = self.placePageView.tableView; [tv reloadSections:[NSIndexSet indexSetWithIndex:0] withRowAnimation:UITableViewRowAnimationFade]; - [self.previewLayoutHelper notifyHeightWashChanded]; + dispatch_async(dispatch_get_main_queue(), ^{ + [self.previewLayoutHelper notifyHeightWashChanded]; + }); }; data.sectionsAreReadyCallback = ^(NSRange const & range, MWMPlacePageData * d, BOOL isSection) {