Disable crossfade to ensure images load

This commit is contained in:
Damontecres 2025-10-02 16:49:18 -04:00
parent 41e3a19cd4
commit 3dd78f175b
No known key found for this signature in database

View file

@ -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(