fix bug in cache cleanup on 21+ introduced in cbd6da5
!379 was merged without the emulator tests passing. This fixes that.
This commit is contained in:
parent
9e10d46449
commit
a1ae08cd1e
@ -167,7 +167,7 @@ public class CleanCacheService extends IntentService {
|
||||
f.delete();
|
||||
}
|
||||
} else {
|
||||
CleanCacheService21.deleteIfOld(f, millisAgo);
|
||||
CleanCacheService21.deleteIfOld(f, olderThan);
|
||||
}
|
||||
}
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user