-
Notifications
You must be signed in to change notification settings - Fork 928
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: add radio button to RadioListItem click listener
While testing this out I noticed I could get into a state where multiple radio buttons were selected. It turns out that: 1. I was not using the setClickListener from RadioListItem 2. The RadioListItem does not listen to clicks specifically from the RadioButton I therefore added click listening to the RadioButton so that we can't get into that weird state.
- Loading branch information
1 parent
6d47de2
commit 3ac59e0
Showing
2 changed files
with
4 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters