Media: fix encrypted media
This commit is contained in:
parent
801e99a4db
commit
ac1531390e
20 changed files with 73 additions and 54 deletions
|
|
@ -32,10 +32,11 @@ class FakeMediaPreProcessor : MediaPreProcessor {
|
|||
mimetype = "*/*",
|
||||
size = 999L,
|
||||
thumbnailInfo = null,
|
||||
thumbnailUrl = null,
|
||||
thumbnailSource = null,
|
||||
)
|
||||
)
|
||||
)
|
||||
|
||||
override suspend fun process(uri: Uri, mediaType: MediaType, deleteOriginal: Boolean): Result<MediaUploadInfo> = result
|
||||
|
||||
fun givenResult(value: Result<MediaUploadInfo>) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue