79151907

Date: 2024-11-03 01:49:03
Score: 0.5
Natty:
Report link

You can separate your StickyHeader and LazyRow into two distinct parts within a Column:

Column(modifier = modifier) {
    StickyHeader()
    LazyRow() {
        // yourItems()
    }
}
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Nguyen Tien Dung