1
0
派生 0
镜像自地址 https://github.com/KokaKiwi/BarInsta 已同步 2025-12-13 15:36:29 +00:00
这个提交存在于:
Austin Huang 2020-11-13 18:44:33 -05:00
父节点 ecc60cc0cd
当前提交 ce2a74554e
找不到此签名对应的密钥
GPG 密钥 ID: 84C23AA04587A91F

查看文件

@ -176,7 +176,7 @@ public final class DownloadUtils {
Pattern.matches("[a-zA-Z_0-9.\\-()%]+", filename)) {
int dotPos = filename.lastIndexOf('.');
if (0 <= dotPos) {
return filename.substring(dotPos + 1);
return filename.substring(dotPos);
}
}
}