|
@@ -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()) {
|