陈嘉乐
2020-06-29 9a6f9cfe3ddcf564261ddae823eda21d4539515c
ZigbeeApp/Shared/Phone/Device/Logic/CurrentDeviceState.cs
@@ -1206,11 +1206,15 @@
                    }
                    break;
                case DeviceType.ColorTemperatureLight: {
                        flMain.RemoveFromParent();
                        var nightlight = new Nightlight();
                        UserView.HomePage.Instance.AddChidren(nightlight);
                        UserView.HomePage.Instance.PageIndex += 1;
                        nightlight.Show(common, false);
                        nightlight.Show(common, false, _if[1]);
                    }
                    break;
            }