HDL Home App 第二版本 旧平台金堂用 正在使用
WJC
2020-01-14 b74c052b43d7c4a830386940a036eb7c2ec9abc2
ZigbeeApp/Shared/Phone/Device/Logic/TemplatePage.cs
@@ -1213,11 +1213,15 @@
            };
            if (Common.Logic.CurrentLogic.LogicIsCustomPushText == 0)
            {
                tag = false;
                btnswitch.IsSelected = false;
                custompushFrameLayout.Height = Application.GetRealHeight(0);
            }
            else
            {
                tag = true;
                btnswitch.IsSelected = true;
                custompushFrameLayout.Height = Application.GetRealHeight(160);
            }
            var saveFrameLayout = new FrameLayout
            {