Fix warning ('when' is exhaustive so 'else' is redundant here)
This commit is contained in:
parent
ac61a8c916
commit
56b8969376
1 changed files with 0 additions and 1 deletions
|
|
@ -82,7 +82,6 @@ class MediaSender @Inject constructor(
|
||||||
progressCallback = progressCallback
|
progressCallback = progressCallback
|
||||||
)
|
)
|
||||||
}
|
}
|
||||||
else -> Result.failure(IllegalStateException("Unexpected MediaUploadInfo format: $uploadInfo"))
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue