Glide not loading real image and stuck with placeholder

Try to add .dontAnimate()
It caused by TransitionDrawable too and it seems so because after scroll there’s no animation because it’s cached.

The correct code is

Glide.with(view.getContext()).load(url).placeholder(R.drawable.default_profile).dontAnimate().into(view);

I hope it will be helpful for you.

Leave a Comment

Hata!: SQLSTATE[HY000] [1045] Access denied for user 'divattrend_liink'@'localhost' (using password: YES)