From 9bef786592d10aaecc124fa7949519b2948df8be Mon Sep 17 00:00:00 2001
From: wxr <464027401@qq.com>
Date: 星期三, 14 六月 2023 16:27:29 +0800
Subject: [PATCH] 安卓linqhone闪退修复

---
 HDL_ON/UI/UI2/1-HomePage/HomePage.cs |    5 +++++
 1 files changed, 5 insertions(+), 0 deletions(-)

diff --git a/HDL_ON/UI/UI2/1-HomePage/HomePage.cs b/HDL_ON/UI/UI2/1-HomePage/HomePage.cs
index 0c52ed6..c4d14ab 100644
--- a/HDL_ON/UI/UI2/1-HomePage/HomePage.cs
+++ b/HDL_ON/UI/UI2/1-HomePage/HomePage.cs
@@ -117,6 +117,11 @@
             bodyView.BackgroundColor = CSS_Color.BackgroundColor;
 
             this.VerticalScrollBarEnabled = false;
+
+#if DEBUG
+            DB_ResidenceData.Instance.HomeGateway.isSupportGroupControl = true;
+#endif
+
 #if __IOS__
             //鑷姩鍋忕Щ鍙栨秷
             if (UIKit.UIDevice.CurrentDevice.CheckSystemVersion(11, 0))

--
Gitblit v1.8.0