We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
报错信息如下 va.lang.IllegalStateException: Fragment DownLoadDialog{42a40288} not attached to Activity
The text was updated successfully, but these errors were encountered:
真是坑啊,up主改写了使用HttpURLConnection以后 结束线程并没有把HttpURLConnection disconnect();
自己加了个函数
public void cancelDown(){ connection.disconnect(); }
关闭下载链接就可以,不然的话,即使关闭了下载线程,还是会继续下载的
Sorry, something went wrong.
具体在哪里改呀,希望能告知,谢谢
Doy you have source code for fix it ?
No branches or pull requests
报错信息如下
va.lang.IllegalStateException: Fragment DownLoadDialog{42a40288} not attached to Activity
The text was updated successfully, but these errors were encountered: