Skip to content

Commit 36a0f45

Browse files
author
Tiago Silva
committed
Remove misleading instruction
The app won't build just yet, until we properly modify the State
1 parent f6ab99a commit 36a0f45

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

samples/tutorial/Tutorial1.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -199,8 +199,6 @@ class TutorialViewModel(savedState: SavedStateHandle) : ViewModel() {
199199

200200
Now, we've created a `ViewRegistry` that consists of, so far, only our `WelcomeLayoutRunner`'s `ViewFactory`, and we're using it to set the content view of our activity. When the activity is started, it will start running the `WelcomeWorkflow`.
201201

202-
We can finally run the app again! It will look exactly the same as before, but now it is powered by our workflow.
203-
204202
## Driving the UI from Workflow State
205203

206204
Right now, the workflow isn't handling any of the events from the UI. Let's update it to be responsible for the login username as well as the action when the login button is pressed.

0 commit comments

Comments
 (0)