From a91655ae2d34b4c0e43f674125d29b2851d4e7fd Mon Sep 17 00:00:00 2001
From: wjc <1243177876@qq.com>
Date: 星期五, 05 十二月 2025 11:51:17 +0800
Subject: [PATCH] 2025年12月05日11:47:12 先隐藏掉阿拉伯语言

---
 app/src/main/java/com/hdl/photovoltaic/ui/CPowerStationActivity.java |    4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diff --git a/app/src/main/java/com/hdl/photovoltaic/ui/CPowerStationActivity.java b/app/src/main/java/com/hdl/photovoltaic/ui/CPowerStationActivity.java
index 87fa7d0..e77b1ce 100644
--- a/app/src/main/java/com/hdl/photovoltaic/ui/CPowerStationActivity.java
+++ b/app/src/main/java/com/hdl/photovoltaic/ui/CPowerStationActivity.java
@@ -155,6 +155,7 @@
             if (TextUtils.isEmpty(pushMessageInfoBean.getMsgId()) && !pushMessageInfoBean.isAiPrompt()) {
                 return;
             }
+            Log.d("==========111111", tag);
             HDLUniMPSDKManager.uinEnabled = false;
             if (tag.equals("onNewIntent")) {
                 HDLUniMPSDKManager.uinEnabled = false;
@@ -211,7 +212,7 @@
                                     HDLUniMP.UniCallBackBaseBean uniCallBackBaseBean = new HDLUniMP.UniCallBackBaseBean();
                                     uniCallBackBaseBean.setType(HDLUniMP.UNI_EVENT_NOTIFICATION_DEVICE_open_ai_push_message);
                                     HdlUniLogic.getInstance().sendUni(HDLUniMP.UNI_EVENT_NOTIFICATION_DEVICE_MODEL, uniCallBackBaseBean);
-//                                    HdlLogLogic.print("uni---鍘熺敓涓诲姩鍚戝皬绋嬪簭鍙戦�侀�氱煡AI浜嬩欢---", false);
+                                    HdlLogLogic.print("uni---鍘熺敓涓诲姩鍚戝皬绋嬪簭鍙戦�侀�氱煡AI浜嬩欢---", false);
                                 } else {
                                     MessageBean messageBean = new MessageBean();
                                     messageBean.setMsgId(Long.valueOf(pushMessageInfoBean.getMsgId()));
@@ -219,6 +220,7 @@
                                     intentMessageInfoActivity.setClass(_mActivity, MessageInfoActivity.class);
                                     intentMessageInfoActivity.putExtra("messageBean", JSONObject.toJSONString(messageBean));
                                     startActivity(intentMessageInfoActivity);
+                                    HdlLogLogic.print("uni---鍘熺敓涓诲姩鍚戝皬绋嬪簭鍙戦�侀�氱煡AI浜嬩欢---11111", false);
                                 }
 
                             }

--
Gitblit v1.8.0