alhazmy13 / MediaPicker

Media Picker is an Android Libary that lets you to select multiple images or video
alhazmy13.net
Apache License 2.0
268 stars 86 forks source link

Doesn't call doInBackground in ImageActivity #100

Open khantthulinn opened 5 years ago

khantthulinn commented 5 years ago

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.