mirror of
https://github.com/JustinZeus/Wholphin.git
synced 2026-07-08 23:51:21 +02:00
Disable crossfade to ensure images load
This commit is contained in:
parent
41e3a19cd4
commit
3dd78f175b
1 changed files with 1 additions and 1 deletions
|
|
@ -31,7 +31,7 @@ fun CoilConfig(
|
||||||
.directory(ctx.cacheDir.resolve("coil3_image_cache"))
|
.directory(ctx.cacheDir.resolve("coil3_image_cache"))
|
||||||
.maxSizeBytes(100L * 1024 * 1024)
|
.maxSizeBytes(100L * 1024 * 1024)
|
||||||
.build(),
|
.build(),
|
||||||
).crossfade(true)
|
).crossfade(false)
|
||||||
.logger(if (debugLogging) DebugLogger() else null)
|
.logger(if (debugLogging) DebugLogger() else null)
|
||||||
.components {
|
.components {
|
||||||
add(
|
add(
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue