Skip to content

Commit

Permalink
FilterViewModel fix
Browse files Browse the repository at this point in the history
  • Loading branch information
T8RIN committed Aug 22, 2023
1 parent 97bf650 commit 05a5874
Showing 1 changed file with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -266,9 +266,7 @@ class FilterViewModel @Inject constructor(
uri = uri.toString(),
originalSize = true,
onGetImage = {
uris?.firstOrNull()?.let { uri ->
setBitmap(uri)
}
setBitmap(uri)
setMime(it.imageInfo.imageFormat)
},
onError = onError
Expand Down

0 comments on commit 05a5874

Please sign in to comment.