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