mirror of
https://github.com/commons-app/apps-android-commons.git
synced 2025-10-28 05:13:53 +01:00
Fix Issue with repeating categories in MediaDetail
This commit is contained in:
parent
7667180bc5
commit
9d23907728
1 changed files with 1 additions and 0 deletions
|
|
@ -287,6 +287,7 @@ public class MediaDetailFragment extends Fragment {
|
||||||
}
|
}
|
||||||
|
|
||||||
private void rebuildCatList() {
|
private void rebuildCatList() {
|
||||||
|
categoryContainer.removeAllViews();
|
||||||
// @fixme add the category items
|
// @fixme add the category items
|
||||||
for (String cat : categoryNames) {
|
for (String cat : categoryNames) {
|
||||||
View catLabel = buildCatLabel(cat);
|
View catLabel = buildCatLabel(cat);
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue