diff --git a/iphone/Maps/UI/PlacePage/PlacePageLayout/Preview/MWMPPPreviewLayoutHelper.mm b/iphone/Maps/UI/PlacePage/PlacePageLayout/Preview/MWMPPPreviewLayoutHelper.mm index 60a710212d..7e5f197e7c 100644 --- a/iphone/Maps/UI/PlacePage/PlacePageLayout/Preview/MWMPPPreviewLayoutHelper.mm +++ b/iphone/Maps/UI/PlacePage/PlacePageLayout/Preview/MWMPPPreviewLayoutHelper.mm @@ -240,6 +240,7 @@ array const kPreviewCells = {{[_MWMPPPTitle class], [_MWMPPPExternalTi }]; auto bannerCell = static_cast(c); using namespace banners; + [FBAdSettings addTestDevice:[FBAdSettings testDeviceHash]]; switch (banner.m_type) { case Banner::Type::None: NSAssert(false, @"Invalid banner type"); break;