elyonsaber

Results 2 issues of elyonsaber

如链接: https://pan.baidu.com/s/1QvJjlv7j96e-kWiaAKaDGA 密码: 8ee6 该图非常长,发现ImagePager中无法显示,看了下把Glide的request options中donttransform注释了就可以正常显示。 但是因为TouchImageView中是直接用matrix操作,导致图片放大时,只是把一开始显示的图进行了放大,没有进行清晰度调整,图就非常模糊,我后来选用了subsampling-scale-image-view。

Previously I have used redux-presist in one demo, and it worked smoothly. Then I want to integrate it in our project. Since the top level state is immutable map, I...