Browse Source

1.添加获取moca试题库module

王鹏鹏 2 years ago
parent
commit
b8a27f2942

+ 1 - 1
moca/src/main/java/com/yingyangfly/moca/numberrecords/NumberRecordsFragment.kt

@@ -205,7 +205,7 @@ class NumberRecordsFragment : BaseFragment<FragmentNumberRecordsBinding>() {
         binding.editTime.isFocusableInTouchMode = true
         binding.editTime.postDelayed({ closeKeyBord(binding.editTime, mContext) }, 300)
         if (dao != null) {
-            question = dao?.getQuestion(1)
+            question = dao?.getQuestion(questionId)
             if (question != null) {
                 binding.data = question
                 if (question!!.inputString.isNullOrEmpty().not()) {