diff --git a/android/src/com/mapswithme/maps/gallery/impl/RegularCatalogPromoListener.java b/android/src/com/mapswithme/maps/gallery/impl/RegularCatalogPromoListener.java index 75e7a87cc0..684738364d 100644 --- a/android/src/com/mapswithme/maps/gallery/impl/RegularCatalogPromoListener.java +++ b/android/src/com/mapswithme/maps/gallery/impl/RegularCatalogPromoListener.java @@ -6,8 +6,10 @@ import android.text.TextUtils; import com.mapswithme.maps.bookmarks.BookmarkCategoriesActivity; import com.mapswithme.maps.bookmarks.BookmarksCatalogActivity; +import com.mapswithme.maps.bookmarks.data.BookmarkManager; import com.mapswithme.maps.gallery.ItemSelectedListener; import com.mapswithme.maps.promo.PromoEntity; +import com.mapswithme.util.UTM; import com.mapswithme.util.statistics.Destination; import com.mapswithme.util.statistics.GalleryPlacement; import com.mapswithme.util.statistics.GalleryType; @@ -32,8 +34,10 @@ public class RegularCatalogPromoListener implements ItemSelectedListener