Skip to content

Commit

Permalink
Merge pull request #1109 from square/ray/buildView-deprecation-tweak
Browse files Browse the repository at this point in the history
buildView deprecation message tweak
  • Loading branch information
rjrjr authored Sep 20, 2023
2 parents fb549bd + c3f01b8 commit 10e9c88
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ public fun <RenderingT : Any> 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 <RenderingT : Any> ViewRegistry.buildView(
initialRendering: RenderingT,
Expand Down

0 comments on commit 10e9c88

Please sign in to comment.