Skip to content
This repository has been archived by the owner on Jul 13, 2020. It is now read-only.

Commit

Permalink
README: change multiple-method listener syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
yanex committed Apr 29, 2015
1 parent 0417bd4 commit 7616070
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -324,8 +324,10 @@ And now with Anko:

```kotlin
seekBar {
onProgressChanged { (seekBar, progress, fromUser) ->
// Something
onSeekBarChangeListener {
onProgressChanged { seekBar, progress, fromUser ->
// Something
}
}
}
```
Expand Down

0 comments on commit 7616070

Please sign in to comment.