xiaojieonly / Ehviewer_CN_SXJ

ehviewer,用爱发电,快乐前行
Apache License 2.0
13k stars 389 forks source link

图片保存位置的问题 #412

Open yanchim opened 1 year ago

yanchim commented 1 year ago

设置完下载位置后,例如 file:///storage/emulated/0/Pictures/EhViewer,下载后的图片会放置到对应的位置

如果是在浏览的时候保存图片,那么会保存到 file:///storage/emulated/0/EhViewer,这个下载位置的设置貌似不起作用,麻烦大佬看看是不是 bug


问题貌似是出在这里,存文件的地方被写死了

https://github.com/xiaojieonly/Ehviewer_CN_SXJ/blob/e45564f449d44fce6d6756a54a00945fe02f549c/app/src/main/java/com/hippo/ehviewer/ui/GalleryActivity.java#L934

https://github.com/xiaojieonly/Ehviewer_CN_SXJ/blob/e774afda36bd188d4b43ff60191d828e30b0356f/app/src/main/java/com/hippo/ehviewer/AppConfig.java#L33

不懂 java,希望大佬能抽空看一下

ayanami-desu commented 1 year ago

原来真的是有问题,我现在也是这样。