SherlockGougou / BigImageViewPager

🔥🔥🔥 BigImage ImageView ViewPager 支持超长图、超大图的图片浏览器,优化内存,支持手势放大、下拉关闭、查看原图、加载百分比、保存图片等功能。
Other
2.15k stars 248 forks source link

状态偶尔会重置,导致无法下拉关闭 #134

Closed chengfan2017 closed 3 years ago

chengfan2017 commented 3 years ago

image image

概率出现状态会重置false,打开之前已经设置为true

chengfan2017 commented 3 years ago

image 问题定位到了,就是这里有时候会延迟执行,等到下次打开其他图片的时候,这里就会重置状态

SherlockGougou commented 3 years ago

感谢反馈,OnStop、OnDestory是有执行延时存在的,所以可能在短时间内(10s左右)再次打开可能会被重置。下个版本修复。再次感谢~

SherlockGougou commented 3 years ago

androidx-6.1.4 再试试

chengfan2017 commented 3 years ago

@SherlockGougou 6.1.4没发现这个问题了,点赞,这处理速度