We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 21d3ff7 commit f92b72dCopy full SHA for f92b72d
switchsegmentedcontrol/src/main/java/com/zires/switchsegmentedcontrol/ZiresSwitchSegmentedControl.kt
@@ -193,8 +193,8 @@ open class ZiresSwitchSegmentedControl : LinearLayout {
193
private fun initOnClick() {
194
transitionStart = true
195
motionLayoutContainer.setOnClickListener {
196
- mSwitchChangeListener?.onToggleSwitchChangeListener(transitionStart)
197
setChecked(transitionStart)
+ mSwitchChangeListener?.onToggleSwitchChangeListener(transitionStart)
198
}
199
200
0 commit comments