Fix #296
This commit is contained in:
parent
81076d5462
commit
324ae49eb9
1 changed files with 1 additions and 1 deletions
|
@ -186,7 +186,7 @@ public class DownloadImagesService extends IntentService {
|
|||
files.put(file, file.lastModified());
|
||||
}
|
||||
|
||||
for(Object itemObj : sortHashMapByValuesD(files).entrySet())
|
||||
for(Object itemObj : sortHashMapByValuesD(files).keySet())
|
||||
{
|
||||
File file = (File) itemObj;
|
||||
file.delete();
|
||||
|
|
Loading…
Reference in a new issue