From 62e6bf9866d212397d67bce26bf41f0e3d4b4246 Mon Sep 17 00:00:00 2001 From: Harsh Shandilya Date: Tue, 2 Aug 2022 02:22:33 +0000 Subject: [PATCH] common: remove `crossfade` parameter from KamelImage --- .../kotlin/dev/msfjarvis/claw/common/ui/composables.kt | 1 - 1 file changed, 1 deletion(-) diff --git a/common/src/desktopMain/kotlin/dev/msfjarvis/claw/common/ui/composables.kt b/common/src/desktopMain/kotlin/dev/msfjarvis/claw/common/ui/composables.kt index 64f7aff0..594ca3f0 100644 --- a/common/src/desktopMain/kotlin/dev/msfjarvis/claw/common/ui/composables.kt +++ b/common/src/desktopMain/kotlin/dev/msfjarvis/claw/common/ui/composables.kt @@ -15,6 +15,5 @@ actual fun NetworkImage( resource = lazyPainterResource(url), contentDescription = contentDescription, modifier = modifier, - crossfade = true, ) }