Skip to content

Commit a3aa2e7

Browse files
authored
Merge pull request #1184 from square/ray/oops
Yolo
2 parents 6b80938 + 07e78cc commit a3aa2e7

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

workflow-ui/core-android/src/test/java/com/squareup/workflow1/ui/ScreenViewFactoryTest.kt

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,10 @@ internal class ScreenViewFactoryTest {
3636
assertThat(error.message).isEqualTo(
3737
"A ScreenViewFactory should have been registered to display " +
3838
"FooScreen, or that class should implement AndroidScreen. " +
39-
"Instead found null."
39+
"Instead found null. If this rendering is Compose based, " +
40+
"you may be missing a call to ViewEnvironment.withComposeInteropSupport() " +
41+
"from module com.squareup.workflow1:workflow-ui-compose " +
42+
"at the top of your Android view hierarchy."
4043
)
4144
}
4245

0 commit comments

Comments
 (0)