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