Skip to content

Commit

Permalink
Fix glide issue
Browse files Browse the repository at this point in the history
  • Loading branch information
Drjacky committed Jun 4, 2024
1 parent afd6cc5 commit 97b9644
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -63,8 +63,8 @@ fun ImageView.load(
override fun onLoadFailed(
e: GlideException?,
model: Any?,
target: Target<Drawable>?,
isFirstResource: Boolean,
target: Target<Drawable>,
isFirstResource: Boolean
): Boolean {
startPostponedEnterTransition(it)
return false
Expand Down

0 comments on commit 97b9644

Please sign in to comment.