hxb
2024-06-25 c660f059d4e07a1b784442a1bbb4a5109b82e837
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);
    }
}