Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

with Glide transition not work #23

Open
Naguchennai opened this issue Nov 17, 2018 · 1 comment
Open

with Glide transition not work #23

Naguchennai opened this issue Nov 17, 2018 · 1 comment

Comments

@Naguchennai
Copy link

if crashing

Glide.with(context)
.load(POST_IMG)
.transition(DrawableTransitionOptions.withCrossFade())
.into(img_thumbnail);

        }

with out transition working fine
android.graphics.drawable.TransitionDrawable cannot be cast to com.joooonho.SelectableRoundedImageView$SelectableRoundedCornerDrawable

@ysj40540
Copy link

.TransitionDrawable cannot be cast to com.joooonho.SelectableRoundedImageView

call asBitmap() like this : Glide.with(context).load("").asBitmap().into(img)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants