Skip to content

I have a way to deal with it temporarily #92

@Bezzo100-lab

Description

@Bezzo100-lab
          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)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions