Skip to content

It's give null response after download is completed #704

@michaelsof47

Description

@michaelsof47

Excuse me, i have an issue when i have finished download data from fetcher. it will give response "null" when retrieve from onCompleted.

i had used this function to resolved issue from "request_with_file_path_already_exist" :

fetch!!.getDownload(request.id,object: Func2<Download?> { override fun call(result: Download?) { if(result == null) { enqueueData(request) } else { fetch!!.delete(request.id) enqueueData(request) } } })

Did you know how to resolved this issue ?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions