Fix unresolved ref

This commit is contained in:
Ming Ming 2023-09-02 03:29:33 +08:00
parent 2dd1f84e9d
commit e9cc35865a

View file

@ -222,10 +222,10 @@ internal class MediaStoreChannelHandler(context: Context) :
put("mimeType", mimeType)
if (dateTaken != 0L) put("dateTaken", dateTaken)
})
logD(
TAG,
"[queryEnhancedPhotos] Found $displayName, path=$path, uri=$contentUri"
)
// logD(
// TAG,
// "[queryEnhancedPhotos] Found $displayName, path=$path, uri=$contentUri"
// )
}
products
}