HDImageView icon indicating copy to clipboard operation
HDImageView copied to clipboard

在RecyerView中使用,刷新时报错

Open imyyq-star opened this issue 5 years ago • 2 comments

image

imyyq-star avatar Dec 20 '18 11:12 imyyq-star

这是我的混淆

`xyz.zpayh.hdimage.datasource.DefaultBitmapDataSource -> xyz.zpayh.hdimage.c.b: android.graphics.BitmapRegionDecoder mDecoder -> a java.lang.Object mDecoderLock -> b xyz.zpayh.hdimage.datasource.OrientationInterceptor mOrientationInterceptor -> c void () -> void init(android.content.Context,android.net.Uri,android.graphics.Point,xyz.zpayh.hdimage.datasource.BitmapDataSource$OnInitListener) -> a android.graphics.Bitmap decode(android.graphics.Rect,int) -> a boolean isReady() -> a void recycle() -> b int getExifOrientation(android.content.Context,java.lang.String) -> a android.graphics.BitmapRegionDecoder getDecoderWithInterceptorChain(android.net.Uri) -> a

xyz.zpayh.hdimage.HDImageView$MappingLoad -> xyz.zpayh.hdimage.HDImageView$a: xyz.zpayh.hdimage.datasource.BitmapDataSource mDecoder -> b xyz.zpayh.hdimage.Mapping mMapping -> c android.graphics.Rect mRegion -> d int mSourceWidth -> e int mSourceHeight -> f int mRotation -> g xyz.zpayh.hdimage.HDImageView this$0 -> a void (xyz.zpayh.hdimage.HDImageView,xyz.zpayh.hdimage.datasource.BitmapDataSource,xyz.zpayh.hdimage.Mapping,android.graphics.Rect,int,int,int) -> void run() -> run

`

imyyq-star avatar Dec 20 '18 11:12 imyyq-star

@imyyq-star 有没有demo给我复现一下吗?应该不关混淆的事

EvilBT avatar Dec 24 '18 11:12 EvilBT