I tried to reproduce it by doing: ``` task { ...
# kovenant
m
I tried to reproduce it by doing:
Copy code
task {
                println("Executing")
            } successUi {
                startActivity<MyActivity>()
            }
No weird behaviour here...