From a995c68b02be3c88624608a773105dfcf32bb48d Mon Sep 17 00:00:00 2001 From: velichkomarija Date: Tue, 24 Nov 2020 17:15:53 +0300 Subject: [PATCH] [android] Fixed statistic visibility compilation method. --- .../bookmarks/BookmarkCollectionAdapter.java | 10 +--------- .../maps/bookmarks/data/BookmarkManager.java | 18 ++++++++++++++++++ 2 files changed, 19 insertions(+), 9 deletions(-) diff --git a/android/src/com/mapswithme/maps/bookmarks/BookmarkCollectionAdapter.java b/android/src/com/mapswithme/maps/bookmarks/BookmarkCollectionAdapter.java index 0025d72d76..712bc91503 100644 --- a/android/src/com/mapswithme/maps/bookmarks/BookmarkCollectionAdapter.java +++ b/android/src/com/mapswithme/maps/bookmarks/BookmarkCollectionAdapter.java @@ -13,7 +13,6 @@ import com.mapswithme.maps.R; import com.mapswithme.maps.adapter.OnItemClickListener; import com.mapswithme.maps.bookmarks.data.BookmarkCategory; import com.mapswithme.maps.bookmarks.data.BookmarkManager; -import com.mapswithme.util.statistics.Statistics; import java.lang.annotation.Retention; import java.lang.annotation.RetentionPolicy; @@ -60,15 +59,8 @@ public class BookmarkCollectionAdapter extends RecyclerView.Adapter