Android : Is Async Task capable of slowing the finish() process

on Saturday, July 5, 2014


I had a bunch of code that I was executing via a Handler but this changed and I ended up using an AsyncTask instead.


Now all of a sudden, when I call finish(), it takes an extra 10 seconds for the activity to actually finish.


Why is this happening?


My async task is only overriding onPostExecute and doInBackground.


0 comments:

Post a Comment