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

Convert ViewRegistry to an interface. #832

Merged
merged 1 commit into from
Dec 18, 2019

Conversation

zach-klippenstein
Copy link
Collaborator

Closes #831.

@zach-klippenstein zach-klippenstein added the enhancement New feature or request label Dec 18, 2019
@zach-klippenstein zach-klippenstein added this to the kotlin v0.22.0 milestone Dec 18, 2019
@zach-klippenstein zach-klippenstein added this to Needs review in Workflow (Kotlin) via automation Dec 18, 2019
Comment on lines +28 to +35
internal val defaultViewBindings = ViewRegistry(
NamedBinding,
BackStackContainer,
ModalContainer.forAlertContainerScreen()
)
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

These are wired up in WorkflowLayout instead of being hard-coded into any particular ViewRegistry class.

@zach-klippenstein zach-klippenstein changed the title WIP Convert ViewRegistry to an interface. Convert ViewRegistry to an interface. Dec 18, 2019
@zach-klippenstein
Copy link
Collaborator Author

This is ready for review!

@zach-klippenstein zach-klippenstein merged commit a79e5d2 into master Dec 18, 2019
Workflow (Kotlin) automation moved this from Needs review to Done Dec 18, 2019
@zach-klippenstein zach-klippenstein deleted the zachklipp/viewregistry-interface branch December 18, 2019 23:34
@zach-klippenstein zach-klippenstein added the kotlin Affects the Kotlin library. label Mar 3, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request kotlin Affects the Kotlin library.
Projects
No open projects
Development

Successfully merging this pull request may close these issues.

ViewRegistry should be an interface
2 participants