hxb
2024-06-25 c660f059d4e07a1b784442a1bbb4a5109b82e837
app/src/main/java/com/hdl/photovoltaic/ui/CPowerStationActivity.java
@@ -193,6 +193,9 @@
        } else if (event.getTopic().contains(HDLUniMP.UNI_EVENT_REPLY_OTHER_MODEL) && event.getType().contains(HDLUniMP.UNI_EVENT_REPLY_OTHER_BACK)) {
            //物理按键返回事件(包括左滑移除事件)
            killProcessApp();
        } else if (event.getTopic().contains(HDLUniMP.UNI_EVENT_REPLY_HOME_MODEL) && event.getType().contains(HDLUniMP.UNI_EVENT_REPLY_HOME_DEl)) {
            //C端电站详情里面删除后,会跑来这里;
            startAppAutomaticallyOpenUni(false);
        }
    }