Added download notifications, resolves #260 (#289)

This commit is contained in:
Bram van de Kerkhof
2016-05-07 23:09:14 +02:00
committed by inorichi
parent 8f144316a6
commit ed77c60283
8 changed files with 262 additions and 34 deletions

View File

@@ -59,7 +59,7 @@ class DownloadPresenter : BasePresenter<DownloadFragment>() {
* Clears the download queue.
*/
fun clearQueue() {
downloadQueue.clear()
downloadManager.clearQueue()
start(GET_DOWNLOAD_QUEUE)
}