views:

34

answers:

0

The only AsyncTask that I have that is working properly is one that handles a progressdialog for a search. None of my other AsyncTasks are getting to onPostExecute() even though the doInBackground() is completing! I am pulling my hair out because it used to work in earlier commits and doing a compare, I see no difference! A lot of the AsyncTasks used to update correctly and call postExecute, now they update really slowly and only a few times, and never execute onPostExecute!