mirror of
https://github.com/commons-app/apps-android-commons.git
synced 2025-10-27 04:43:54 +01:00
Remove comments
This commit is contained in:
parent
01bd8845c2
commit
0239bcc092
2 changed files with 1 additions and 4 deletions
|
|
@ -127,7 +127,7 @@ public class CategorizationFragment extends Fragment {
|
||||||
String title = titleDesc.getString("Title", "");
|
String title = titleDesc.getString("Title", "");
|
||||||
Log.d(TAG, "Title: " + title);
|
Log.d(TAG, "Title: " + title);
|
||||||
|
|
||||||
//TODO: Add call to TitleCategories AsyncTask here
|
//TODO: Add call to TitleCategories AsyncTask here and return ArrayList<String>
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -13,9 +13,6 @@ import java.util.ArrayList;
|
||||||
|
|
||||||
import fr.free.nrw.commons.CommonsApplication;
|
import fr.free.nrw.commons.CommonsApplication;
|
||||||
|
|
||||||
/**
|
|
||||||
* Created by misao on 11-Oct-16.
|
|
||||||
*/
|
|
||||||
|
|
||||||
public class TitleCategories extends AsyncTask<Void, Void, ArrayList<String>> {
|
public class TitleCategories extends AsyncTask<Void, Void, ArrayList<String>> {
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue