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 de5eea1 + a1ab4af commit 6b80938Copy full SHA for 6b80938
workflow-ui/core-android/src/main/java/com/squareup/workflow1/ui/ScreenViewFactoryFinder.kt
@@ -96,6 +96,9 @@ public fun <ScreenT : Screen> ScreenViewFactoryFinder.requireViewFactoryForRende
96
"${
97
environment[ViewRegistry]
98
.getEntryFor(Key(rendering::class, ScreenViewFactory::class))
99
- }."
+ }. If this rendering is Compose based, you may be missing a call to " +
100
+ "ViewEnvironment.withComposeInteropSupport() " +
101
+ "from module com.squareup.workflow1:workflow-ui-compose at the top " +
102
+ "of your Android view hierarchy."
103
)
104
}
0 commit comments