We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents fb549bd + c3f01b8 commit 10e9c88Copy full SHA for 10e9c88
workflow-ui/core-android/src/main/java/com/squareup/workflow1/ui/AndroidViewRegistry.kt
@@ -79,7 +79,7 @@ public fun <RenderingT : Any> ViewRegistry.getFactoryFor(
79
* @throws IllegalStateException if the matching [ViewFactory] fails to call
80
* [View.bindShowRendering] when constructing the view
81
*/
82
-@Deprecated("Use ScreenViewFactory.startShowing")
+@Deprecated("Use Screen.toViewFactory and ScreenViewFactory.startShowing")
83
@WorkflowUiExperimentalApi
84
public fun <RenderingT : Any> ViewRegistry.buildView(
85
initialRendering: RenderingT,
0 commit comments