Skip to content

Commit d95dff1

Browse files
authored
Update README.md
1 parent db336bf commit d95dff1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ You can safely ignore lint warnings about needing a title on each item, unless y
6161

6262
Later, you can get the selected items via:
6363
```kotlin
64-
val selectedToggles = toggleButtonLayout.getSelectedToggles()
64+
val selectedToggles = toggleButtonLayout.selectedToggles()
6565
//do what you need to with these selected toggles
6666
```
6767
And you can listen for when toggles are switched:

0 commit comments

Comments
 (0)