You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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!
The text was updated successfully, but these errors were encountered:
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!
The text was updated successfully, but these errors were encountered: