diff --git a/app/src/main/java/gallery/memories/service/TimelineQuery.kt b/app/src/main/java/gallery/memories/service/TimelineQuery.kt index ba84b93a..19fd2a77 100644 --- a/app/src/main/java/gallery/memories/service/TimelineQuery.kt +++ b/app/src/main/java/gallery/memories/service/TimelineQuery.kt @@ -170,6 +170,11 @@ class TimelineQuery(private val mCtx: MainActivity) { return photos } + /** + * Get the image EXIF info response for local files. + * @param id File ID + * @return JSON response + */ @Throws(Exception::class) fun getImageInfo(id: Long): JSONObject { val photos = mPhotoDao.getPhotosByFileIds(listOf(id))