From c3f01b81c9ad8ab7716dc8012f4083bf33533b93 Mon Sep 17 00:00:00 2001 From: Ray Ryan Date: Wed, 20 Sep 2023 07:23:36 -0400 Subject: [PATCH] buildView deprecation message tweak --- .../main/java/com/squareup/workflow1/ui/AndroidViewRegistry.kt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/workflow-ui/core-android/src/main/java/com/squareup/workflow1/ui/AndroidViewRegistry.kt b/workflow-ui/core-android/src/main/java/com/squareup/workflow1/ui/AndroidViewRegistry.kt index 9a58a7456e..ce164699cb 100644 --- a/workflow-ui/core-android/src/main/java/com/squareup/workflow1/ui/AndroidViewRegistry.kt +++ b/workflow-ui/core-android/src/main/java/com/squareup/workflow1/ui/AndroidViewRegistry.kt @@ -79,7 +79,7 @@ public fun ViewRegistry.getFactoryFor( * @throws IllegalStateException if the matching [ViewFactory] fails to call * [View.bindShowRendering] when constructing the view */ -@Deprecated("Use ScreenViewFactory.startShowing") +@Deprecated("Use Screen.toViewFactory and ScreenViewFactory.startShowing") @WorkflowUiExperimentalApi public fun ViewRegistry.buildView( initialRendering: RenderingT,