Closed Pitel closed 4 years ago
@Pitel Could you try using the latest snapshot and let me know if you still see the issue?
Looks fixed in 9.0.1. Thanks. :+1:
Sorry, my bad, still broken in 0.9.1 and 0.10.0-SNAPSHOT. :(
reproduced this bug on version 0.9.1. I also tried the version from branch #232 . It was fixed
@sheckspir Thanks for checking. The fix is now in master and will be released soon as part of 0.9.2
.
Describe the bug I have a list a with avatars. The avaras are
VectorDrawable
s. When select some avatar and going to edit screen, when the avatar si larger, it's ugly, like resized low-res. I've figured out it's caused by memory caching, because addingmemoryCachePolicy(CachePolicy.DISABLED)
to each avatarload()
fixes the issue. But then, theViewPager
for avatar selection is ineffective, because when swiping to start and back, the avatars are always reloading causing visible pop-ins.Expected behavior Always sharp
VectorDrawable
s with sane caching.To Reproduce
ImageView
, another withmatch_parent
sizedImageView
and someVectorDrawable
(maybe this also happens with bitmaps?)Logs/Screenshots
Version 0.8.0