wjc
2025-03-05 a91da1a664d0036c1d7f126a11b397e4239f257d
app/src/main/java/com/hdl/photovoltaic/widget/DefaultFilteringDialog.java
@@ -315,16 +315,26 @@
                        break;
                }
            }
            if (TextUtils.isEmpty(DebugStatus.All)) {
            switch (stateValue) {
                case DebugStatus.All:
                setBackgroundColor(viewBinding.allTv, TitleType.debuggingState);
            } else if (stateValue.equals(DebugStatus.Debugging)) {
                    break;
                case DebugStatus.Debugging:
                setBackgroundColor(viewBinding.beDebuggingTv, TitleType.debuggingState);
            } else if (stateValue.equals(DebugStatus.WAIT_DELIVERED)) {
                    break;
                case DebugStatus.WAIT_DELIVERED:
                setBackgroundColor(viewBinding.debuggingcOmpletedTv, TitleType.debuggingState);
            } else if (stateValue.equals(DebugStatus.Delivered)) {
                    break;
                case DebugStatus.Delivered:
                setBackgroundColor(viewBinding.deliveredTv, TitleType.debuggingState);
            } else if (stateValue.equals(DebugStatus.SECONDARY_DEBUGGIN)) {
                    break;
                case DebugStatus.SECONDARY_DEBUGGIN:
                setBackgroundColor(viewBinding.authorizationDebuggingTv, TitleType.debuggingState);
                    break;
                default: {
                    setBackgroundColor(viewBinding.allTv, TitleType.debuggingState);
                    break;
                }
            }
        } catch (Exception ignored) {
        }