标签: android
当我关闭进度条时,我的项目没有运行..当我删除代码时运行它... myprogressdialog.cancel()... 我不明白为什么会发生?
答案 0 :(得分:1)
您必须取消UI线程中的进度而不是线程或时间线程。
感谢。