forked from organicmaps/organicmaps
[android] Enabled displaying of bookmark list description
...more button is not clickable there Signed-off-by: Alexander Borsuk <me@alex.bio>
This commit is contained in:
parent
6e61991846
commit
647be0463e
1 changed files with 2 additions and 2 deletions
|
@ -100,8 +100,8 @@ public class BookmarkListAdapter extends RecyclerView.Adapter<Holders.BaseBookma
|
|||
|
||||
mSectionsCount = 0;
|
||||
// Hide the category description
|
||||
//if (hasDescription())
|
||||
// mDescriptionSectionIndex = mSectionsCount++;
|
||||
if (hasDescription())
|
||||
mDescriptionSectionIndex = mSectionsCount++;
|
||||
if (getCategory().getTracksCount() > 0)
|
||||
mTracksSectionIndex = mSectionsCount++;
|
||||
if (getCategory().getBookmarksCount() > 0)
|
||||
|
|
Loading…
Add table
Reference in a new issue