AysncTask cancelling itself still calls onPostExecute()

前端 未结 2 618
攒了一身酷
攒了一身酷 2021-01-02 15:31

After calling AsyncTask.cancel(true) from within doInBackground(), instead of calling onCancelled(), Android calls onPostExecut

2条回答
提交回复
热议问题