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) 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
} }