mirror of
https://github.com/commons-app/apps-android-commons.git
synced 2025-10-27 12:53:55 +01:00
Minor change
This commit is contained in:
parent
ca87e5a4ef
commit
fa060bb41e
1 changed files with 1 additions and 2 deletions
|
|
@ -174,8 +174,7 @@ public class MwVolleyApi {
|
||||||
return "No collection of categories";
|
return "No collection of categories";
|
||||||
}
|
}
|
||||||
else {
|
else {
|
||||||
String[] categoryArray = categorySet.toArray(new String[0]);
|
return categorySet.toString();
|
||||||
return categoryArray.toString();
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue