|
@@ -17,6 +17,7 @@ class SpeakResultAdapter(override val layoutId: Int = R.layout.item_speak_result
|
|
|
position: Int
|
|
|
) {
|
|
|
binding.data = item
|
|
|
+ binding.radioChoice.clearCheck()
|
|
|
binding.radioCorrect.isChecked = TextUtils.equals(item.inputString, "是")
|
|
|
binding.radioDeny.isChecked = TextUtils.equals(item.inputString, "否")
|
|
|
binding.radioChoice.setOnCheckedChangeListener { group, checkedId ->
|