|
@@ -42,6 +42,9 @@ class CopyFileInfoFactory {
|
|
uri.path?.also {
|
|
uri.path?.also {
|
|
fixFilePath(it)
|
|
fixFilePath(it)
|
|
}
|
|
}
|
|
|
|
+ if (null == filePath) {
|
|
|
|
+ fixFilePath(uri.toString())
|
|
|
|
+ }
|
|
}
|
|
}
|
|
if (null != filePath && !File(filePath).exists()) {
|
|
if (null != filePath && !File(filePath).exists()) {
|
|
filePath = Uri.decode(filePath)
|
|
filePath = Uri.decode(filePath)
|