mirror of
https://github.com/commons-app/apps-android-commons.git
synced 2025-10-27 21:03:54 +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";
|
||||
}
|
||||
else {
|
||||
String[] categoryArray = categorySet.toArray(new String[0]);
|
||||
return categoryArray.toString();
|
||||
return categorySet.toString();
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue