Veeksi

Results 16 comments of Veeksi

I used this kind of solution by using DisposableEffect to toggle the original statusBarColor back when Lifecycle goes to STOP state ```kotlin DisposableEffect(viewLifecycleOwner) { val observer = LifecycleEventObserver { _,...

@xiaozhikang0916 Dunno about that, but I would like to see that kind of functionality straight from the library itself!

Actually, I think that this is not possible if we look into these posts: https://stackoverflow.com/questions/64947762/motionlayout-multi-state-transition-is-not-smooth https://stackoverflow.com/questions/69911801/motionlayout-single-continuous-transition-on-swipe

I noticed the same issue! It would be cool to see, how this can be fixed cos I have faced this same issue on my own apps

> this is a similar issue as #115. > > you can solve your problem by refreshing, but only replacing the data on success. as of right now, this functionality...

Looks like this PR fixes my issue as well because my toolbar uses dynamic height when calculating statusBarHeight. I hope this gets merged asap! https://github.com/onebone/compose-collapsing-toolbar/issues/103

I am also having this exact same issue where nested recyclerview contains horizontal carousel and whenever I navigate to other page and back, the carousels position is not retained -...

Any updates regarding this?