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:
authorArsentiy Milchakov <milcars@mapswithme.com>2017-06-06 15:07:49 +0300
committerArsentiy Milchakov <milcars@mapswithme.com>2017-08-18 11:27:47 +0300
commitda2cf12f8e696675cc9e33bd308c7d5f4f178b95 (patch)
tree71fc45f618437d2e878058afd73322a603e56cf7 /android/src/com/mapswithme/maps/ads/FacebookAdsLoader.java
parent5aee1eec68e9a91f34d76d1e928a86d50a344b49 (diff)
[core] google banners in search
Diffstat (limited to 'android/src/com/mapswithme/maps/ads/FacebookAdsLoader.java')
-rw-r--r--android/src/com/mapswithme/maps/ads/FacebookAdsLoader.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/android/src/com/mapswithme/maps/ads/FacebookAdsLoader.java b/android/src/com/mapswithme/maps/ads/FacebookAdsLoader.java
index 12f6df2181..4fdc048271 100644
--- a/android/src/com/mapswithme/maps/ads/FacebookAdsLoader.java
+++ b/android/src/com/mapswithme/maps/ads/FacebookAdsLoader.java
@@ -22,7 +22,7 @@ class FacebookAdsLoader extends CachingNativeAdLoader implements AdListener
private static final String TAG = FacebookAdsLoader.class.getSimpleName();
FacebookAdsLoader(@Nullable OnAdCacheModifiedListener cacheListener,
- @Nullable AdTracker tracker)
+ @Nullable AdTracker tracker)
{
super(tracker, cacheListener);
}