Skip to content

Commit dd058f5

Browse files
committed
Comments
1 parent 95ccf0f commit dd058f5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

app/src/main/java/fr/free/nrw/commons/category/CategorizationFragment.java

+2-2
Original file line numberDiff line numberDiff line change
@@ -128,12 +128,12 @@ protected ArrayList<String> titleCatQuery() {
128128
String title = titleDesc.getString("Title", "");
129129
Log.d(TAG, "Title: " + title);
130130

131-
//TODO: How to get results?
131+
//TODO: How to get results? Maybe change to using onPostExecute instead?
132132
TitleCategories asyncTask = new TitleCategories(title);
133133
try {
134134
items = asyncTask.execute().get();
135135
} catch (ExecutionException e) {
136-
136+
137137
} catch (InterruptedException e) {
138138

139139
}

0 commit comments

Comments
 (0)