mirror of
https://github.com/antebudimir/tempus.git
synced 2026-01-01 09:53:33 +00:00
feat: implemented hard deletion of downloaded files upon storage change or explicit user request
This commit is contained in:
parent
295795edc9
commit
87a3301912
3 changed files with 32 additions and 1 deletions
|
|
@ -103,6 +103,7 @@ public class DownloaderManager {
|
|||
public void removeAll() {
|
||||
DownloadService.sendRemoveAllDownloads(context, DownloaderService.class, false);
|
||||
deleteAllDatabase();
|
||||
DownloadUtil.eraseDownloadFolder(context);
|
||||
}
|
||||
|
||||
private void loadDownloads() {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue