tengyeekong
tengyeekong
Seems like Pager don't save the state of the pages and recreate everything in the page when switching pages. Is there any solution for this?
It would be really great if BlurView can be used in Jetpack Compose :')
I tried moving the `setupWith` into `update` block and it works, but it only renders for the first time..
@avioli hi, may I know are you still maintaining this plugin? Thanks!
@bentrengrove Here's the sample code to replicate the issue ya. ``` fun HomeScreen( onNextRequested: () -> Unit ) { val scaffoldState = rememberScaffoldState() val pagerState = rememberPagerState() Scaffold( scaffoldState =...
Hii @bentrengrove, are you able to replicate it?
@mswolters I see! It works now! You're my life saviour, thanks a lot!!