我的 AsyncTasks 都没有在 PostExecute 上执行

发布于 2024-09-12 06:52:14 字数 232 浏览 11 评论 0原文

我唯一能正常工作的 AsyncTask 是处理搜索进度对话框的 AsyncTask。尽管 doInBackground() 正在完成,但我的其他 AsyncTasks 都没有到达 onPostExecute() !我把我的头发拉出来,因为它曾经在早期的提交中工作并进行比较,我看不出有什么区别!很多 AsyncTasks 过去可以正确更新并调用 postExecute,现在它们更新非常慢并且只更新几次,并且从不执​​行 onPostExecute!

The only AsyncTask that I have that is working properly is one that handles a progressdialog for a search. None of my other AsyncTasks are getting to onPostExecute() even though the doInBackground() is completing! I am pulling my hair out because it used to work in earlier commits and doing a compare, I see no difference! A lot of the AsyncTasks used to update correctly and call postExecute, now they update really slowly and only a few times, and never execute onPostExecute!

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。
列表为空,暂无数据
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文