[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:
Alexander Borsuk 2023-03-19 08:02:08 +01:00 committed by Alexander Borsuk
parent 6e61991846
commit 647be0463e

View file

@ -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)