We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 340e11a commit 899e22fCopy full SHA for 899e22f
gradle/libs.versions.toml
@@ -21,7 +21,7 @@ moshi = "1.15.2"
21
jackson = "2.19.0"
22
browser = "1.8.0"
23
googleid = "1.1.1"
24
-compose = "1.8.0"
+compose = "1.8.1"
25
androidsvg = "1.4"
26
imageloader = "1.9.0"
27
coil2 = "2.7.0"
sample/file-upload/common/src/commonMain/kotlin/io/github/jan/supabase/common/ui/screen/UploadScreen.kt
@@ -73,7 +73,7 @@ fun UploadScreen(viewModel: UploadViewModel) {
73
}
74
) {
75
items(states, { it.fingerprint.source + it.fingerprint.size }) {
76
- Box(Modifier.animateItemPlacement()) {
+ Box(Modifier.animateItem()) {
77
if(it is UploadState.Loaded) {
78
UploadCard(
79
it.state,
0 commit comments