Skip to content

Commit

Permalink
Fix crash on applications
Browse files Browse the repository at this point in the history
  • Loading branch information
kamgurgul committed Mar 12, 2024
1 parent 6fc8e8f commit 5b1fa24
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -356,7 +356,7 @@ private fun ApplicationsList(
)
},
modifier = Modifier
.animateItemPlacement()
// .animateItemPlacement() reenable it with compose 1.7
.focusable(),
)
if (index < appList.lastIndex) {
Expand Down

0 comments on commit 5b1fa24

Please sign in to comment.