Skip to content

Commit

Permalink
fix: add comment.
Browse files Browse the repository at this point in the history
  • Loading branch information
oxyroid committed Jan 13, 2024
1 parent 66b6099 commit 7d7655e
Showing 1 changed file with 4 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -328,7 +328,10 @@ internal fun TvPlaylistScreenImpl(
currentStreamId = stream.id
drawerState.setValue(DrawerValue.Open)
},
// todo:
// todo: immersive-list allow index only
// but it is hard to calculate index in 2-dimensional collection
// so we passed item id and in receiver scope we try findById to
// show actual item.
modifier = Modifier.immersiveListItem(stream.id)
)
}
Expand Down

0 comments on commit 7d7655e

Please sign in to comment.