mirror of
https://github.com/GravitLauncher/Launcher
synced 2024-11-15 03:31:15 +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);
|
||||
sizes[minIndex] += file.size;
|
||||
}
|
||||
for(List<SizedFile> l : result) {
|
||||
Collections.shuffle(l);
|
||||
}
|
||||
return result;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue