mirror of
https://gitlab.com/nkming2/nc-photos.git
synced 2025-01-22 08:46:18 +01:00
Fix unresolved ref
This commit is contained in:
parent
2dd1f84e9d
commit
e9cc35865a
1 changed files with 4 additions and 4 deletions
|
@ -222,10 +222,10 @@ internal class MediaStoreChannelHandler(context: Context) :
|
||||||
put("mimeType", mimeType)
|
put("mimeType", mimeType)
|
||||||
if (dateTaken != 0L) put("dateTaken", dateTaken)
|
if (dateTaken != 0L) put("dateTaken", dateTaken)
|
||||||
})
|
})
|
||||||
logD(
|
// logD(
|
||||||
TAG,
|
// TAG,
|
||||||
"[queryEnhancedPhotos] Found $displayName, path=$path, uri=$contentUri"
|
// "[queryEnhancedPhotos] Found $displayName, path=$path, uri=$contentUri"
|
||||||
)
|
// )
|
||||||
}
|
}
|
||||||
products
|
products
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue