dnet / adsdroid

Unofficial AllDataSheet Android application
https://techblog.vsza.hu/posts/Unofficial_Android_app_for_alldatasheet.com.html
MIT License
29 stars 11 forks source link

The app crashes #20

Open isreal6ix opened 6 years ago

isreal6ix commented 6 years ago

Actual Behavior

well, it gets to a point that the app crashes on the search results page when it is rotated and then left for some seconds. say 15 seconds

How to produce the bug

TEST TOOLS

Recording of the bug is showned below......

Watch the video below to see how it behaves....

https://youtu.be/bpKH2JjE2mc

dnet commented 6 years ago

I can't say I'm surprised, since the download process is currently done using a simple AsyncTask in the class called PartList. This seems to be a known issue, however, since the solution is not trivial, I'm not sure when I'll have time to fix this. So if anyone else submits a PR for this, I'd be glad to merge it.