Skip to content
This repository has been archived by the owner on May 30, 2021. It is now read-only.

Doesn't call doInBackground in ImageActivity #100

Open
khantthulinn opened this issue Aug 28, 2019 · 0 comments
Open

Doesn't call doInBackground in ImageActivity #100

khantthulinn opened this issue Aug 28, 2019 · 0 comments

Comments

@khantthulinn
Copy link

Hi Developer,

Thanks for developing this library. It is useful and saved time. I just found out that on my S9, it doesn't call doInBackground in ImageActivity (at least 2 min long).

I guess and change things.

It is only okay after I change like this.
executeOnExecutor(AsyncTask.THREAD_POOL_EXECUTOR)

instead of .execute Only.

https://stackoverflow.com/questions/29937556/asynctask-execute-or-executeonexecutor

I am not sure why it affect like this though. But please kindly debug.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant