我的 AsyncTasks 都没有在 PostExecute 上执行
我唯一能正常工作的 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论