Fix Issue with repeating categories in MediaDetail

This commit is contained in:
Mikel 2017-07-15 18:16:45 +02:00
parent 7667180bc5
commit 9d23907728

View file

@ -287,6 +287,7 @@ public class MediaDetailFragment extends Fragment {
}
private void rebuildCatList() {
categoryContainer.removeAllViews();
// @fixme add the category items
for (String cat : categoryNames) {
View catLabel = buildCatLabel(cat);