| | |
| | | Intent intent = getIntent(); |
| | | if (intent != null) { |
| | | String isShowFault = intent.getStringExtra("isShowFault"); |
| | | if (isShowFault.equals("true")) { |
| | | if (isShowFault != null && isShowFault.equals("true")) { |
| | | //默认故障全部 |
| | | mDeviceTypeFilterKye = FilterType.all; |
| | | mDeviceTypeFilterValue = FilterType.all; |
| | |
| | | mTypeFilterValue = "FAULT"; |
| | | mTimeTypeFilterKye = FilterType.all; |
| | | mTimeTypeFilterValue = FilterType.all; |
| | | viewBinding.allGradeTitleTv.setText(getString(R.string.alarm_all_grade_malfunction)); |
| | | } |
| | | } |
| | | } catch (Exception ignored) { |