Skip to content

Commit df9c570

Browse files
committed
foo bar
1 parent a9464f2 commit df9c570

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

compose/snippets/src/main/java/com/example/compose/snippets/components/SwipeToDismissBox.kt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -236,6 +236,8 @@ private fun SwipeItemWithAnimationExample() {
236236
)
237237
}
238238

239+
println("test")
240+
239241
LazyColumn {
240242
items(
241243
items = todoItems,

0 commit comments

Comments
 (0)