pull/1551/head
kunfei 3 years ago
parent 186d036497
commit a6d5efc1d7
  1. 4
      app/src/main/java/io/legado/app/help/BookHelp.kt

@ -26,8 +26,8 @@ import kotlin.math.min
@Suppress("unused") @Suppress("unused")
object BookHelp { object BookHelp {
val downloadDir: File = appCtx.externalFiles private val downloadDir: File = appCtx.externalFiles
const val cacheFolderName = "book_cache" private const val cacheFolderName = "book_cache"
private const val cacheImageFolderName = "images" private const val cacheImageFolderName = "images"
private val downloadImages = CopyOnWriteArraySet<String>() private val downloadImages = CopyOnWriteArraySet<String>()

Loading…
Cancel
Save