优化文件名获取

This commit is contained in:
Xwite
2023-03-16 09:01:15 +08:00
parent e536354153
commit e3fea0f193
@@ -124,7 +124,6 @@ object UrlUtil {
null
}
}
}
private fun getFileNameFromPath(fileUrl: URL): String? {
val path = fileUrl.path ?: return null