app/src/main/java/cn/flightfeather/thirdapp/module/inspection/MenuRecheckActivity.kt
@@ -28,8 +28,6 @@ var totalProblemCount = 0 override fun onCreate(savedInstanceState: Bundle?) { EventBus.getDefault().register(this) super.onCreate(savedInstanceState) viewModel.subTaskPack.observe(this, Observer { @@ -71,7 +69,7 @@ @Subscribe(threadMode = ThreadMode.BACKGROUND) fun onUpdateRecheck(problemEvent: ProblemEvent) { if (problemEvent.type == InspectionFragment.PROBLEM_RECHECK) { if (problemEvent.type == InspectionDetailActivity.PROBLEM_RECHECK) { inspection?.apply { recheckcount = recheckcount?.plus(1) ?: 1