Skip to content

Commit 899e22f

Browse files
committed
Update compose & sample
1 parent 340e11a commit 899e22f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

gradle/libs.versions.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ moshi = "1.15.2"
2121
jackson = "2.19.0"
2222
browser = "1.8.0"
2323
googleid = "1.1.1"
24-
compose = "1.8.0"
24+
compose = "1.8.1"
2525
androidsvg = "1.4"
2626
imageloader = "1.9.0"
2727
coil2 = "2.7.0"

sample/file-upload/common/src/commonMain/kotlin/io/github/jan/supabase/common/ui/screen/UploadScreen.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ fun UploadScreen(viewModel: UploadViewModel) {
7373
}
7474
) {
7575
items(states, { it.fingerprint.source + it.fingerprint.size }) {
76-
Box(Modifier.animateItemPlacement()) {
76+
Box(Modifier.animateItem()) {
7777
if(it is UploadState.Loaded) {
7878
UploadCard(
7979
it.state,

0 commit comments

Comments
 (0)