Skip to content

Commit

Permalink
readme fix
Browse files Browse the repository at this point in the history
  • Loading branch information
[email protected] authored and [email protected] committed Jul 15, 2020
1 parent fab1964 commit d398ac7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -225,9 +225,10 @@ val greetingIsLoading: Boolean get() = ::greeting.isLoading
And also you can reload your data:
```kotlin
fun reloadGreeting() {
// The suspend lambda will be called again and `isLoading` will become `true`.
// After that, the data binding will be called and the ProgressBar wil be shown again at loading time.
::greeting.reload()
}
```
The suspend lambda will be called again and `isLoading` will become `true`. After that, the data binding will be called and the ProgressBar wil be shown again at loading time.

***For detailed examples see module `app`.***

0 comments on commit d398ac7

Please sign in to comment.