Skip to content

Commit ca547f8

Browse files
authored
Merge pull request #383 from seanfreiburg/patch-2
Update docs on BuilderViewFactory to reflect name change
2 parents cc052e6 + d2d80dd commit ca547f8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

workflow-ui/core-android/src/main/java/com/squareup/workflow1/ui/BuilderViewFactory.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ import kotlin.reflect.KClass
1010
* (Use [LayoutRunner] to work with XML layout resources.)
1111
*
1212
* data class MyView(): AndroidViewRendering<MyView> {
13-
* val viewFactory = BuilderBinding(
13+
* val viewFactory = BuilderViewFactory(
1414
* type = MyScreen::class,
1515
* viewConstructor = { initialRendering, _, context, _ ->
1616
* MyFrame(context).apply {

0 commit comments

Comments
 (0)