We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents e61bc01 + 08008ca commit 6941248Copy full SHA for 6941248
app/src/main/java/us/shandian/giga/get/DownloadRunnableFallback.java
@@ -85,6 +85,7 @@ public void run() {
85
if (mMission.unknownLength || mConn.getResponseCode() == 200) {
86
// restart amount of bytes downloaded
87
mMission.done = mMission.offsets[mMission.current] - mMission.offsets[0];
88
+ start = 0; // reset position to avoid writing at wrong offset
89
}
90
91
mF = mMission.storage.getStream();
0 commit comments