Gallery Dialog

This commit is contained in:
tom5079
2021-01-29 19:44:09 +09:00
parent 4aea7d08ce
commit c7b3ae7ed1
13 changed files with 368 additions and 291 deletions

View File

@@ -97,6 +97,11 @@ data class ItemInfo(
}
}
val isReady: Boolean
get() = extra.all { it.value.isCompleted }
suspend fun awaitAll() = extra.values.awaitAll()
companion object {
val extraTypeMap = mapOf(
ExtraType.SERIES to R.string.galleryblock_series,