From 65dafd4fde255b9e0bee516345453ea2b3bb2090 Mon Sep 17 00:00:00 2001
From: wei <kaede@kaededeMacBook-Air.local>
Date: 星期四, 08 七月 2021 13:37:14 +0800
Subject: [PATCH] 安卓:乐橙闪退处理

---
 HDL_ON/UI/UI2/3-Intelligence/Scene/SceneAddPage.cs |    5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)

diff --git a/HDL_ON/UI/UI2/3-Intelligence/Scene/SceneAddPage.cs b/HDL_ON/UI/UI2/3-Intelligence/Scene/SceneAddPage.cs
index a89fdc6..bfeb602 100644
--- a/HDL_ON/UI/UI2/3-Intelligence/Scene/SceneAddPage.cs
+++ b/HDL_ON/UI/UI2/3-Intelligence/Scene/SceneAddPage.cs
@@ -281,7 +281,9 @@
                     items.Add("60", "1min");
                     items.Add("120", "2min");
                     items.Add("300", "5min");
-                    new PublicAssmebly().SetSceneDelayDialog(items, action ,scene.delay);
+                    new PublicAssmebly().SetSceneDelayDialog( action ,scene.delay);
+
+
                 };
 
                 contentView.AddChidren(new Button()
@@ -324,6 +326,7 @@
             functionListView = new VerticalScrolViewLayout()
             {
                 Height = 0,
+                ScrollEnabled = false,
             };
             contentView.AddChidren(functionListView);
 

--
Gitblit v1.8.0