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.
1 parent a62f80d commit cd4b848Copy full SHA for cd4b848
workflow-ui/core-android/src/test/java/com/squareup/workflow1/ui/WorkflowLayoutTest.kt
@@ -36,7 +36,9 @@ internal class WorkflowLayoutTest {
36
private val workflowLayout = WorkflowLayout(context).apply {
37
id = 42
38
setViewTreeOnBackPressedDispatcherOwner(object : OnBackPressedDispatcherOwner {
39
- override fun getOnBackPressedDispatcher(): OnBackPressedDispatcher { error("yeah no") }
+ override fun getOnBackPressedDispatcher(): OnBackPressedDispatcher {
40
+ error("yeah no")
41
+ }
42
override val lifecycle: Lifecycle get() = error("nope")
43
})
44
}
0 commit comments