square / picasso

A powerful image downloading and caching library for Android
https://square.github.io/picasso/
Apache License 2.0
18.71k stars 3.97k forks source link

ImageView is gone when I use getDrawable() #1989

Open l3vick opened 6 years ago

l3vick commented 6 years ago

I have to load an image from url into an ImageView and everything it's ok Picasso.with(context).load("url").transform(CircleTransform()).into(imageview) but I have to reuse this drawable to set to another xml drawable file var drawable: Drawable = imageview.drawable and also is working but when I do this my first imageView it's always gone.

Thanks in advance.

ghost commented 6 years ago

@JakeWharton Can I work on this?

JakeWharton commented 6 years ago

Go for it

On Thu, Sep 13, 2018 at 2:57 PM MONIKA-KUMAR-JETHANI < notifications@github.com> wrote:

@JakeWharton https://github.com/JakeWharton Can I work on this?

— You are receiving this because you were mentioned.

Reply to this email directly, view it on GitHub https://github.com/square/picasso/issues/1989#issuecomment-421114910, or mute the thread https://github.com/notifications/unsubscribe-auth/AAEEEamgjXok-CHrq-dO7Knh1tcXnBUzks5uaqqAgaJpZM4WXUXH .