Add missing call to contentUploadStateTracker.setFailure

This commit is contained in:
Benoit Marty 2019-07-08 13:52:25 +02:00
parent 2099965508
commit d24ce27903
1 changed files with 1 additions and 0 deletions

View File

@ -73,6 +73,7 @@ internal class UploadContentWorker(context: Context, params: WorkerParameters) :
File(attachment.path)
} catch (e: Exception) {
Timber.e(e)
contentUploadStateTracker.setFailure(params.event.eventId)
return Result.success(
WorkerParamsFactory.toData(params.copy(
lastFailureMessage = e.localizedMessage