Skip to content

Commit

Permalink
Remove comment. (#126)
Browse files Browse the repository at this point in the history
  • Loading branch information
arriolac authored Jul 18, 2023
1 parent 42a9747 commit 9176385
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,6 @@ private fun OptimizeStateReadsAfter() {
painterResource(id = android.R.drawable.star_on),
contentDescription = null,
// [END_EXCLUDE]
// Non-optimal implementation!
Modifier.offset {
// State read of firstVisibleItemScrollOffset in Layout
IntOffset(x = 0, y = listState.firstVisibleItemScrollOffset / 2)
Expand Down

0 comments on commit 9176385

Please sign in to comment.