I would have thought the app would use Result.retry() instead of Result.failure(e). With retry(), it'll try doing the download with exponential backoff. If it's not implemented, I may be able to make a PR for it? Wouldn't be able to pass the exception. Would that be an issue?
I would have thought the app would use
Result.retry()instead ofResult.failure(e). Withretry(), it'll try doing the download with exponential backoff. If it's not implemented, I may be able to make a PR for it? Wouldn't be able to pass the exception. Would that be an issue?