ZigbeeApp/Shared/Phone/Device/Category/CategoryAddScene.cs
@@ -91,9 +91,11 @@ /// <summary> /// selectedTimeAction /// </summary> public Action<SceneTargetDeviceUI> selectedAction; private Action<SceneTargetDeviceUI> selectedAction; /// <summary> /// 修改场景action /// </summary> public Action<SceneUI, Common.Room> EditorAction; #endregion @@ -109,7 +111,6 @@ /// </summary> public override void RemoveFromParent() { Category.instance?.RefreshBodyView(); base.RemoveFromParent(); } /// <summary> @@ -1145,7 +1146,6 @@ { CommonPage.Loading.Hide(); } } }