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
8a1a2fa310
commit
2158afcc9d
@ -167,7 +167,7 @@ public class CleanCacheService extends IntentService {
|
|||||||
f.delete();
|
f.delete();
|
||||||
}
|
}
|
||||||
} else {
|
} else {
|
||||||
CleanCacheService21.deleteIfOld(f, millisAgo);
|
CleanCacheService21.deleteIfOld(f, olderThan);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
Loading…
x
Reference in New Issue
Block a user