download manager tweaks
This commit is contained in:
parent
87e42d6b7e
commit
ee7c571101
2 changed files with 2 additions and 1 deletions
2
app
2
app
|
@ -1 +1 @@
|
||||||
Subproject commit 3717a8072b7a0d4bcafada31b6f407f76e1ba038
|
Subproject commit 3f21c4e08ca6188832c8aefb16f1ca502c195f5f
|
|
@ -316,6 +316,7 @@ public class LbrynetService extends PythonService {
|
||||||
if (context != null) {
|
if (context != null) {
|
||||||
context.sendBroadcast(intent);
|
context.sendBroadcast(intent);
|
||||||
}
|
}
|
||||||
|
removeDownloadFromManager(uri);
|
||||||
}
|
}
|
||||||
}).executeOnExecutor(AsyncTask.THREAD_POOL_EXECUTOR);
|
}).executeOnExecutor(AsyncTask.THREAD_POOL_EXECUTOR);
|
||||||
} else {
|
} else {
|
||||||
|
|
Loading…
Reference in a new issue