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 6b80938 + 07e78cc commit a3aa2e7Copy full SHA for a3aa2e7
workflow-ui/core-android/src/test/java/com/squareup/workflow1/ui/ScreenViewFactoryTest.kt
@@ -36,7 +36,10 @@ internal class ScreenViewFactoryTest {
36
assertThat(error.message).isEqualTo(
37
"A ScreenViewFactory should have been registered to display " +
38
"FooScreen, or that class should implement AndroidScreen. " +
39
- "Instead found null."
+ "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."
43
)
44
}
45
0 commit comments