陈嘉乐
2020-12-03 0f2e0147e8990e913d16d99bc1b94fb6bc53abd7
HDL_ON/UI/UI2/4-PersonalCenter/SearchDevice/VoicePanelScenePage.cs
@@ -151,15 +151,15 @@
            foreach (var function in DB_ResidenceData.functionList.scenes)
            {
                var sbkScene = sbk_Devcie.number.Find((obj) => obj.sid == function.sid);
                if (sbkScene != null)
                {
                    addedList.Add(function);
                }
                else
                {
                    notAddedList.Add(function);
                }
                //var sbkScene = sbk_Devcie.number.Find((obj) => obj.sid == function.sid);
                //if (sbkScene != null)
                //{
                //    addedList.Add(function);
                //}
                //else
                //{
                //    notAddedList.Add(function);
                //}
            }
            foreach (var ddd in sbk_Devcie.number)
            {
@@ -174,8 +174,8 @@
                Gravity = Gravity.CenterHorizontal,
                Y = Application.GetRealHeight(582),
                Width = Application.GetRealWidth(220),
                Height = Application.GetRealHeight(44),
                Radius = (uint)Application.GetRealHeight(22),
                Height = Application.GetRealWidth(44),
                Radius = (uint)Application.GetRealWidth(22),
                BackgroundColor = CSS_Color.MainColor,
                TextColor = CSS_Color.MainBackgroundColor,
                TextSize = CSS_FontSize.SubheadingFontSize,