mac
2024-10-30 cc3b8aecab8fccf9a985d74a5223be44cc2b5ace
app/src/main/java/com/hdl/photovoltaic/other/HdlCommonLogic.java
@@ -43,6 +43,9 @@
    private static volatile HdlCommonLogic sHdlCommonLogic;
    /**
     * 模块类型(首页,电站,消息,我的)
     */
    public static LowerTagType lowerTagType = LowerTagType.home;
@@ -280,7 +283,7 @@
        BaseEventBus baseEventBus = new BaseEventBus();
        baseEventBus.setTopic(topic);
        baseEventBus.setType(type);
        EventBus.getDefault().postSticky(baseEventBus);
        EventBus.getDefault().post(baseEventBus);
    }
    /**
@@ -294,7 +297,7 @@
        baseEventBus.setTopic(topic);
        baseEventBus.setType(type);
        baseEventBus.setData(o);
        EventBus.getDefault().postSticky(baseEventBus);
        EventBus.getDefault().post(baseEventBus);
    }
}