caikaidev/AppUpdate

下载过程中点击取消更新出错

hantu123 opened this issue · 3 comments

报错信息如下
va.lang.IllegalStateException: Fragment DownLoadDialog{42a40288} not attached to Activity

真是坑啊,up主改写了使用HttpURLConnection以后
结束线程并没有把HttpURLConnection disconnect();

自己加了个函数

public void cancelDown(){
connection.disconnect();
}

关闭下载链接就可以,不然的话,即使关闭了下载线程,还是会继续下载的

tllhg commented

具体在哪里改呀,希望能告知,谢谢

welir commented

Doy you have source code for fix it ?