陈嘉乐
2020-07-02 8615f80ef3a66cb115298510c625db4cb2ba6f8e
ZigbeeApp/Shared/Phone/Device/Logic/CurrentDeviceState.cs
@@ -1275,7 +1275,15 @@
                        var nightlight = new Nightlight();
                        UserView.HomePage.Instance.AddChidren(nightlight);
                        UserView.HomePage.Instance.PageIndex += 1;
                        nightlight.Show(common, false, _if[1]);
                        if (edit)
                        {
                            nightlight.Show(common, edit, _if[1], Common.Logic.CurrentLogic.Actions[intValue]);
                        }
                        else
                        {
                            nightlight.Show(common, edit, _if[1]);
                        }
                    }
                    break;
            }