Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Need a composable binding for BackButtonScreen #1215

Open
rjrjr opened this issue Jul 30, 2024 · 0 comments
Open

Need a composable binding for BackButtonScreen #1215

rjrjr opened this issue Jul 30, 2024 · 0 comments
Labels

Comments

@rjrjr
Copy link
Contributor

rjrjr commented Jul 30, 2024

Missing from ScreenComposableFactoryFinder.

      // Support for Compose BackStackScreen, BodyAndOverlaysScreen treatments would go here,
      // if it were planned. See similar blocks in ScreenViewFactoryFinder
      ?: (rendering as? BackButtonScreen<*>)?.let {
        ScreenComposableFactory<BackButtonScreen<*>> { backButtonScreen ->
          // now do the back button stuff
          WorkflowRendering(backButtonScreen.content)
        } as ScreenComposableFactory<ScreenT>
      }
@rjrjr rjrjr added the compose label Jul 30, 2024
@rjrjr rjrjr modified the milestone: ui-1.0 Jul 30, 2024
rjrjr added a commit that referenced this issue Jul 30, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant