Narfss / ParallaxEverywhere

Parallax everywhere is a library with alternative android widgets with parallax effects.
MIT License
715 stars 96 forks source link

Not work with fresco when I use setImageUri #17

Open HiCubee opened 6 years ago

HiCubee commented 6 years ago

Hello, I try to use PEverywhere with SimpleDraweeView and replace "extends ImageView" with "extends SimpleDraweeView" it'll work when I use setImageResouce(int resId) (and I'v override this method in the class, add invalidate() ), but not work with setImageUri(Uri uri),

plz help!