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"))
|
||||
.maxSizeBytes(100L * 1024 * 1024)
|
||||
.build(),
|
||||
).crossfade(true)
|
||||
).crossfade(false)
|
||||
.logger(if (debugLogging) DebugLogger() else null)
|
||||
.components {
|
||||
add(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue