Skip to content

Commit a937e1e

Browse files
committed
Misc required change.
1 parent 0ac0457 commit a937e1e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

dfc/src/main/java/com/lazygeniouz/dfc/file/SerializedFile.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ class SerializedFile private constructor(
2828
internal fun from(file: DocumentFileCompat): SerializedFile {
2929
with(file) {
3030
return SerializedFile(
31-
path, name, length,
31+
uri.toString(), name, length,
3232
lastModified, documentMimeType, documentFlags
3333
)
3434
}

0 commit comments

Comments
 (0)