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:
Diffstat (limited to 'android/src/com/mapswithme/maps/ads/CompoundNativeAdLoader.java')
-rw-r--r--android/src/com/mapswithme/maps/ads/CompoundNativeAdLoader.java6
1 files changed, 3 insertions, 3 deletions
diff --git a/android/src/com/mapswithme/maps/ads/CompoundNativeAdLoader.java b/android/src/com/mapswithme/maps/ads/CompoundNativeAdLoader.java
index 7c89b6c0d9..7eec439baf 100644
--- a/android/src/com/mapswithme/maps/ads/CompoundNativeAdLoader.java
+++ b/android/src/com/mapswithme/maps/ads/CompoundNativeAdLoader.java
@@ -2,8 +2,8 @@ package com.mapswithme.maps.ads;
import android.annotation.SuppressLint;
import android.content.Context;
-import android.support.annotation.NonNull;
-import android.support.annotation.Nullable;
+import androidx.annotation.NonNull;
+import androidx.annotation.Nullable;
import android.text.TextUtils;
import com.mapswithme.util.concurrency.UiThread;
@@ -52,7 +52,7 @@ public class CompoundNativeAdLoader extends BaseNativeAdLoader implements Native
mAdTracker = adTracker;
}
- @android.support.annotation.UiThread
+ @androidx.annotation.UiThread
public void loadAd(@NonNull Context context, @NonNull List<Banner> banners)
{
LOGGER.i(TAG, "Load ads for " + banners);