diff --git a/android/src/com/mapswithme/maps/bookmarks/BookmarkListAdapter.java b/android/src/com/mapswithme/maps/bookmarks/BookmarkListAdapter.java index 795a6f980d..cb3749b019 100644 --- a/android/src/com/mapswithme/maps/bookmarks/BookmarkListAdapter.java +++ b/android/src/com/mapswithme/maps/bookmarks/BookmarkListAdapter.java @@ -31,7 +31,7 @@ import static com.mapswithme.maps.bookmarks.Holders.BaseBookmarkHolder.calculate public class BookmarkListAdapter extends RecyclerView.Adapter { @NonNull - private final BookmarkCategory mCategory; + private BookmarkCategory mCategory; // view types static final int TYPE_TRACK = 0; @@ -114,6 +114,7 @@ public class BookmarkListAdapter extends RecyclerView.Adapter