forked from organicmaps/organicmaps
[MAPSME-3810] [ios] [REMOVE_BEFORE_RELEASE] Enabled FB test banners.
This commit is contained in:
parent
1b251a1415
commit
3c40cdbf1e
1 changed files with 1 additions and 0 deletions
|
@ -240,6 +240,7 @@ 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;
|
||||
|
|
Loading…
Add table
Reference in a new issue