From ecba45c93391066bc30c7bd602c3a7683fbb99a7 Mon Sep 17 00:00:00 2001
From: xm <1271024303@qq.com>
Date: 星期五, 31 七月 2020 10:56:12 +0800
Subject: [PATCH] 临时备份

---
 ZigbeeApp/Shared/Phone/SmartSound/Forms/SmartSoundContentForDevice.cs |    7 -------
 1 files changed, 0 insertions(+), 7 deletions(-)

diff --git a/ZigbeeApp/Shared/Phone/SmartSound/Forms/SmartSoundContentForDevice.cs b/ZigbeeApp/Shared/Phone/SmartSound/Forms/SmartSoundContentForDevice.cs
index 304eb74..b2df8fa 100755
--- a/ZigbeeApp/Shared/Phone/SmartSound/Forms/SmartSoundContentForDevice.cs
+++ b/ZigbeeApp/Shared/Phone/SmartSound/Forms/SmartSoundContentForDevice.cs
@@ -135,13 +135,6 @@
                 else
                 {
                     tipLayout.Visible = false;
-                }
-
-                if (listView.ChildrenCount > 5)
-                {
-                    TextView textView = new TextView();
-                    textView.Height = Application.GetRealHeight(127 * 3);
-                    listView.AddChidren(textView);
                 }
             }
             catch (Exception ex)

--
Gitblit v1.8.0