download manager tweaks

This commit is contained in:
Akinwale Ariwodola 2020-01-20 23:11:46 +01:00
parent 87e42d6b7e
commit ee7c571101
2 changed files with 2 additions and 1 deletions

2
app

@ -1 +1 @@
Subproject commit 3717a8072b7a0d4bcafada31b6f407f76e1ba038
Subproject commit 3f21c4e08ca6188832c8aefb16f1ca502c195f5f

View file

@ -316,6 +316,7 @@ public class LbrynetService extends PythonService {
if (context != null) {
context.sendBroadcast(intent);
}
removeDownloadFromManager(uri);
}
}).executeOnExecutor(AsyncTask.THREAD_POOL_EXECUTOR);
} else {