wxr
2022-12-06 289875f44d14d61acd74e1f93cb8bee24f004258
AndroidOpenDemo/DeviceAddModule/src/main/java/com/mm/android/deviceaddmodule/p_bindsuccess/BindSuccessFragment.java
@@ -150,8 +150,8 @@
    public void completeAction() {
        //添加结束哪来回哪,把DeviceAddActivity结束掉
        EventBus.getDefault().post(new DeviceAddEvent(DeviceAddEvent.DESTROY_ACTION));
        //通知主页、我的设备列表自动刷新
        EventBus.getDefault().post(new CommonEvent(CommonEvent.DEVICE_ADD_SUCCESS_ACTION));
//        //通知主页、我的设备列表自动刷新  跨平台打包,不需要再通知了kaede
//        EventBus.getDefault().post(new CommonEvent(CommonEvent.DEVICE_ADD_SUCCESS_ACTION));
    }
    @Override