-
Having changed the context object in CoverArt from a received function parameter to an initialization time derived variable, withContext no longer needs a Context parameter. That leaves the method misnamed. So rename withContext -> requestCreator and drop the first parameter.
Having changed the context object in CoverArt from a received function parameter to an initialization time derived variable, withContext no longer needs a Context parameter. That leaves the method misnamed. So rename withContext -> requestCreator and drop the first parameter.
Loading