mac
2024-10-31 a1f99ce5e117725d43835449745fba3e04c2f813
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);
    }
}