-
Notifications
You must be signed in to change notification settings - Fork 112
wip: Replaces View.showRendering et al with a wrapper interface #621
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
Conversation
| * uses [map] to extract the [InnerT] instance from [OuterT] and makes the function call. | ||
| */ | ||
| @WorkflowUiExperimentalApi | ||
| public class DecorativeScreenViewFactory<OuterT : Screen, InnerT : Screen>( |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Expecting to delete this.
| import android.view.ViewGroup | ||
| import kotlin.reflect.KClass | ||
|
|
||
| /** |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is still deprecated, but its seems obnoxious to delete its copious kdoc when there is no direct analog in the new world.
38faa92 to
0dd2ace
Compare
… remember to delete DecorativeScreenViewFactory and port the tests for it.
0dd2ace to
66f28f5
Compare
|
Starting to feel like a dead end, deets. |
Closes #606, fixes #413