-
Notifications
You must be signed in to change notification settings - Fork 85
Open
Description
I have a way to deal with it temporarily
toolbarModifier = Modifier.verticalScroll(rememberScrollState())
CollapsingToolbarScaffold(
modifier = Modifier.fillMaxSize(),
state = rememberCollapsingToolbarScaffoldState(),
toolbarModifier = Modifier.verticalScroll(rememberScrollState()),
scrollStrategy = ScrollStrategy.ExitUntilCollapsed,
toolbar = {
// toolbar contents...
}
) {
// body contents...
}
Like this, slide the toolbar and the NestedScrollConnection can receive events
Originally posted by @JackieHou in #13 (comment)
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels