Andy Yoonchul Jeong

Results 61 comments of Andy Yoonchul Jeong
trafficstars

@voprokudin Does this issue bother you until now?

Can you give me some information about your environment?

Thank you, I will test in an environment similar to yours

Actually it is not necessary. I am considering removing not only clipping behavior but also `toolbarModifier` parameter, which has added to deal with clipping, eventually. Possibly in the next major...

@FelipeRRM This is the code I have used. Hope this helps! ```kotlin val state = rememberCollapsingToolbarScaffoldState() CollapsingToolbarScaffold( modifier = Modifier.fillMaxSize(), state = state, scrollStrategy = ScrollStrategy.ExitUntilCollapsed, toolbar = { Box(modifier...

Is it correct that you want the toolbar to be measured again whenever the title has changed?

@RareScrap No I did not have wrote such guidelines, but it would be fine if the code is consistent with the original code base; such as indenting and continuation by...

@RareScrap Thank you for sharing, I will review your PR within this week!

`expand()` and `collapse()` works fine on my mimicked sample that I wrote, can you check that `expand()` is called? I do not know how your code is structured, if the...

I will leave it open for now. Actually I didn't think of the case where the layout is resolved with delay, maybe I should deal with it anyway :D