Switch back to Utils.executeAsyncTask

This commit is contained in:
misaochan 2016-10-21 18:11:35 +13:00
parent 519afe3f47
commit 879b7d3263

View file

@ -146,7 +146,7 @@ public class CategorizationFragment extends Fragment {
}
};
titleCategoriesSub.execute();
Utils.executeAsyncTask(titleCategoriesSub);
Log.d(TAG, "TitleCatItems in titleCatQuery: " + titleCatItems);
//Only return titleCatItems after API call has finished