Skip to content

Commit

Permalink
Merge pull request #4400 from VladiMihaylenko/master
Browse files Browse the repository at this point in the history
[ios] Fixed release branch build.
  • Loading branch information
therearesomewhocallmetim authored Sep 28, 2016
2 parents ff26272 + dfb481e commit c7b0247
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion iphone/Maps/Classes/MapViewController.mm
Original file line number Diff line number Diff line change
Expand Up @@ -548,7 +548,7 @@ - (void)refreshAd
}
if (self.isAppWallAdActive)
return;
self.appWallAd = [[MTRGNativeAppwallAd alloc] initWithSlotId:@(MY_TARGET_KEY)];
self.appWallAd = [[MTRGNativeAppwallAd alloc] initWithSlotId:@(MY_TARGET_KEY).stringValue];
self.appWallAd.handleLinksInApp = YES;
self.appWallAd.closeButtonTitle = L(@"close");
self.appWallAd.delegate = self;
Expand Down

0 comments on commit c7b0247

Please sign in to comment.