Andy Yoonchul Jeong

Results 61 comments of Andy Yoonchul Jeong
trafficstars

I looked into the behavior of androidx's CollapsingToolbarLayout, looks like it collapses only if the height of a body layout is large enough to scroll which is different from the...

I meant the edge case where the body content's height is not tall enough to cover the whole screen when the toolbar is collapsed but it fills the screen when...

Can you provide a minimal code snippet to help me reproduce your issue?

I can confirm the issue and looks like its cause is about timing as @ChristopherKlammt said. As a workaround, I added `minHeight`, `maxHeight` to the `rememerSaveable` and it stopped being...

Is there a problem if you leave `topBar` empty and wrap `Scaffold` with `CollapsingToolbarScaffold`?

I didn't try it myself yet, but I will write some of my theoretical solution I've come up with. First thing to note is that the height of the collapsing...

Ah sorry, I have misunderstood your issue. To deal with a variable height composable, you can add a dummy composable with fixed height to set maximum and minimum height for...

Looks like the velocity somehow happened to be `Offset.Unspecified`, can you provide some reproduction steps?

I can't come up with the case where VelocityTracker would produce `Unspecified` offset. Perhaps something got wrong during hot reload?