mirror of
https://github.com/GravitLauncher/Launcher
synced 2025-03-29 12:38:26 +03:00
Revert "[FEATURE] SizedFile Collection shuffle"
This reverts commit 2058e3f38b
.
This commit is contained in:
parent
2058e3f38b
commit
203fc638dc
1 changed files with 0 additions and 3 deletions
|
@ -116,9 +116,6 @@ public List<List<SizedFile>> sortFiles(List<SizedFile> files, int threads) {
|
||||||
result.get(minIndex).add(file);
|
result.get(minIndex).add(file);
|
||||||
sizes[minIndex] += file.size;
|
sizes[minIndex] += file.size;
|
||||||
}
|
}
|
||||||
for(List<SizedFile> l : result) {
|
|
||||||
Collections.shuffle(l);
|
|
||||||
}
|
|
||||||
return result;
|
return result;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue