pull/653/merge
Varun Patil 2023-10-01 19:42:37 -07:00
parent a0c7408086
commit 44da3fc059
1 changed files with 1 additions and 0 deletions

View File

@ -123,6 +123,7 @@ class TimelineQuery(private val mCtx: MainActivity) {
/** /**
* Get system images by AUIDs * Get system images by AUIDs
* @param auids List of AUIDs * @param auids List of AUIDs
* @return List of SystemImage
*/ */
fun getSystemImagesByAUIDs(auids: List<Long>): List<SystemImage> { fun getSystemImagesByAUIDs(auids: List<Long>): List<SystemImage> {
val photos = mPhotoDao.getPhotosByAUIDs(auids) val photos = mPhotoDao.getPhotosByAUIDs(auids)