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
path: root/iphone
diff options
context:
space:
mode:
authorIlya Grechuhin <i.grechuhin@gmail.com>2017-03-06 16:02:27 +0300
committerSergey Yershov <syershov@maps.me>2017-03-20 11:34:39 +0300
commit14a4dee74bf12a9aa055cd15ae7f159ad0cb24af (patch)
tree17deda3b91cf1e980ca5a50434a818e0e907a3b3 /iphone
parentebe9f8e9c867049aadb86a2c7a812cbd664ffc8e (diff)
[release-72-fb-ads] [ios] Removed Facebook test banners to start using real ones.
Diffstat (limited to 'iphone')
-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;