Selaa lähdekoodia

1.添加获取moca试题库module

王鹏鹏 2 vuotta sitten
vanhempi
commit
eb35419b3b

+ 1 - 0
moca/src/main/java/com/yingyangfly/moca/adapter/SpeakResultAdapter.kt

@@ -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 ->