You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have a toolbar whose content is loaded from the network. When the content is loaded, the toolbar's height can increase if if the content is longer than the placeholder. When toolbar changes its height, CollapsingToolbarScaffold gets pushed upwards. Can this be prevented? If the content has never scrolled, it'd be nice if CollapsingToolbarScaffold retained its 0.0 progress if the height was changed.
The text was updated successfully, but these errors were encountered:
I have a toolbar whose content is loaded from the network. When the content is loaded, the toolbar's height can increase if if the content is longer than the placeholder. When
toolbar
changes its height,CollapsingToolbarScaffold
gets pushed upwards. Can this be prevented? If the content has never scrolled, it'd be nice ifCollapsingToolbarScaffold
retained its0.0
progress if the height was changed.The text was updated successfully, but these errors were encountered: