blurhash cannot be null here
This commit is contained in:
parent
ee766ecf26
commit
d3654ef284
1 changed files with 1 additions and 1 deletions
|
|
@ -122,5 +122,5 @@ class ThumbnailFactory @Inject constructor(
|
|||
data class ThumbnailResult(
|
||||
val file: File,
|
||||
val info: ThumbnailInfo,
|
||||
val blurhash: String?,
|
||||
val blurhash: String,
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue