79158007

Date: 2024-11-05 07:26:13
Score: 1.5
Natty:
Report link

Try using remember instead of mutableState like this:

val pagerState = rememberPagerState(pageCount = { itemCount })

This should solve your problem. Thanks.

Reasons:
  • Blacklisted phrase (0.5): Thanks
  • Low length (1):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Kuhuk Sharma