From f70d2ecf6cbef28a0d4e3997209d2c8a0677b446 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=90=D0=BB=D0=B5=D0=BA=D1=81=D0=B0=D0=BD=D0=B4=D1=80=20?= =?UTF-8?q?=D0=97=D0=B0=D1=86=D0=B5=D0=BF=D0=B8=D0=BD?= Date: Wed, 5 Jun 2019 14:37:31 +0300 Subject: [PATCH] [android] Added ads removal subscription checking before loading mymail banner --- .../com/mapswithme/maps/downloader/DownloaderAdapter.java | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/android/src/com/mapswithme/maps/downloader/DownloaderAdapter.java b/android/src/com/mapswithme/maps/downloader/DownloaderAdapter.java index 810a564b80..b6bd8de795 100644 --- a/android/src/com/mapswithme/maps/downloader/DownloaderAdapter.java +++ b/android/src/com/mapswithme/maps/downloader/DownloaderAdapter.java @@ -24,6 +24,7 @@ import android.widget.ImageView; import android.widget.TextView; import com.cocosw.bottomsheet.BottomSheet; +import com.mapswithme.maps.Framework; import com.mapswithme.maps.MwmActivity; import com.mapswithme.maps.MwmApplication; import com.mapswithme.maps.R; @@ -964,6 +965,7 @@ class DownloaderAdapter extends RecyclerView.Adapter + *
  • There is not active ads removal subscription
  • *
  • Not in `my maps` mode;
  • *
  • Currently at root level;
  • *
  • Day mode is active;
  • @@ -973,6 +975,10 @@ class DownloaderAdapter extends RecyclerView.Adapter