Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mapsme/omim.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIlya Grechuhin <i.grechuhin@gmail.com>2017-03-06 16:02:27 +0300
committerIlya Grechuhin <i.grechuhin@gmail.com>2017-03-06 16:02:27 +0300
commitecca2fd7ba5ccf215d80783d74208e77e26ef286 (patch)
treee14314e977f770cce443024da22365868f0daa88
parentc6f10d831728234a94ece3a6d43c5297f4989908 (diff)
[release-72-fb-ads] [ios] Removed Facebook test banners to start using real ones.
-rw-r--r--iphone/Maps/UI/PlacePage/PlacePageLayout/Preview/MWMPPPreviewLayoutHelper.mm1
1 files changed, 0 insertions, 1 deletions
diff --git a/iphone/Maps/UI/PlacePage/PlacePageLayout/Preview/MWMPPPreviewLayoutHelper.mm b/iphone/Maps/UI/PlacePage/PlacePageLayout/Preview/MWMPPPreviewLayoutHelper.mm
index 14ad52503c..047e167e57 100644
--- a/iphone/Maps/UI/PlacePage/PlacePageLayout/Preview/MWMPPPreviewLayoutHelper.mm
+++ b/iphone/Maps/UI/PlacePage/PlacePageLayout/Preview/MWMPPPreviewLayoutHelper.mm
@@ -240,7 +240,6 @@ array<Class, 8> const kPreviewCells = {{[_MWMPPPTitle class], [_MWMPPPExternalTi
}];
auto bannerCell = static_cast<MWMFBAdsBanner *>(c);
using namespace banners;
- [FBAdSettings addTestDevice:[FBAdSettings testDeviceHash]];
switch (banner.m_type)
{
case Banner::Type::None: NSAssert(false, @"Invalid banner type"); break;