mirror of
https://github.com/commons-app/apps-android-commons.git
synced 2025-10-26 20:33:53 +01:00
Add logs
This commit is contained in:
parent
32246eebd5
commit
a04312919e
1 changed files with 2 additions and 0 deletions
|
|
@ -136,7 +136,9 @@ public class CategorizationFragment extends Fragment {
|
||||||
@Override
|
@Override
|
||||||
protected void onPostExecute(ArrayList<String> result) {
|
protected void onPostExecute(ArrayList<String> result) {
|
||||||
super.onPostExecute(result);
|
super.onPostExecute(result);
|
||||||
|
Log.d(TAG, "Results in onPostExecute: " + result);
|
||||||
titleCatItems.addAll(result);
|
titleCatItems.addAll(result);
|
||||||
|
Log.d(TAG, "TitleCatItems in onPostExecute: " + titleCatItems);
|
||||||
mergeLatch.countDown();
|
mergeLatch.countDown();
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue