Skip to content

AmpDocumentNetworkFirst.makeRequest return is not nullable but method body implies that it might be nullable #47

@erwinmombay

Description

@erwinmombay

inside the body of makeRequest in the AmpDocumentNetworkFirst class there is a check for request where it could be nullable but we return request anyways as the base case and don't state it in the method signature return type.

question really is, does calling makeRequest return something that is nullable from the NetworkFirst implementation in workbox?

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions