mirror of
https://github.com/null2264/yokai.git
synced 2025-06-21 10:44:42 +00:00
fix: Rebase regression
This commit is contained in:
parent
e32f7225a3
commit
3a27a0403f
1 changed files with 1 additions and 0 deletions
|
@ -28,6 +28,7 @@ class CoilSetup {
|
|||
add(TachiyomiImageDecoder.Factory())
|
||||
add(MangaCoverFetcher.Factory(callFactoryLazy, diskCacheLazy))
|
||||
add(MangaCoverKeyer())
|
||||
add(InputStreamFetcher.Factory())
|
||||
}
|
||||
diskCache(diskCacheLazy::value)
|
||||
memoryCache { MemoryCache.Builder().maxSizePercent(context, 0.40).build() }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue