demeHen

Results 1 issues of demeHen

您好,首先感谢您这个库对我的帮助。 在使用过程中,我发现有一个bug。“图片带中文,会导致pop内的事件无效” eg: ![1](https://user-images.githubusercontent.com/39072748/100496211-4c964b80-318d-11eb-8ae1-f3903521584c.png) 再次点击图片,返回的是这样的一串字符 ![2](https://user-images.githubusercontent.com/39072748/100496281-b7e01d80-318d-11eb-845d-8f0721e56d05.png) 和保存的不一样,导致pop内的操作无效(找不到对应url) 原因是webView 的mResult.getExtra()方法返回的是一串url, ![3](https://user-images.githubusercontent.com/39072748/100496355-684e2180-318e-11eb-8a58-84fbdcf473ad.png) 需要做URLDecoder处理 ![4](https://user-images.githubusercontent.com/39072748/100496392-bcf19c80-318e-11eb-9488-736c8910caeb.png)