mirror of
https://github.com/amir1376/ab-download-manager.git
synced 2025-02-20 11:43:24 +08:00
fix delete entire list bug
This commit is contained in:
parent
8f64aa51e7
commit
6c3c100ef3
@ -208,7 +208,7 @@ class DownloadSystem(
|
|||||||
}
|
}
|
||||||
|
|
||||||
fun getAllDownloadIds(): List<Long> {
|
fun getAllDownloadIds(): List<Long> {
|
||||||
return getUnfinishedDownloadIds() + getUnfinishedDownloadIds()
|
return getUnfinishedDownloadIds() + getFinishedDownloadIds()
|
||||||
}
|
}
|
||||||
|
|
||||||
fun getFinishedDownloadIds(): List<Long> {
|
fun getFinishedDownloadIds(): List<Long> {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user