iielse / imageviewer

A simple and customizable Android full-screen image viewer 一个简单且可自定义的Android全屏图像浏览器
MIT License
2.23k stars 310 forks source link

ViewPager中的RecyclerView列表中的图片,ViewPager切换后图片变白 #80

Closed XuQK closed 4 years ago

XuQK commented 5 years ago

ViewPager中RecyclerView列表,里面的图片,点击image_1调用iwHelper.show()方法显示大图,然后退出大图后,ViewPager跳到非相邻的页面,比如在fragment_1里浏览的大图,然后跳到fragment_3,再跳回fragment_1,此时之前浏览的列表中的image_1变成空白了,需要切到后台再切回来,或者上下滑动滑出列表再滑回来才显示。这可能是为什么呢? 我是用Fresco加载的图片,写法照抄您的demo

iielse commented 4 years ago

问题可能同 https://github.com/iielse/ImageViewer/issues/61