ZigbeeApp/Shared/Phone/MainPage/UnallocatedRoomForm.cs
@@ -536,6 +536,11 @@ { HdlControlLogic.Current.ShowBottomListRoomView(string.Empty, Language.StringByID(R.MyInternationalizationString.AddTo), (selectId, selectName) => { if (selectId == string.Empty) { //选择的是未分配 return; } //变更了当前房间的东西,主页需要刷新 if (HdlRoomLogic.Current.NowMainPageRoom.Id == selectId) { @@ -543,7 +548,9 @@ } //保存选择的设备和场景 var room = HdlRoomLogic.Current.GetRoomById(selectId); this.SaveSelectDeviceAndScene(room); this.SaveSelectDeviceAndScene(room); //分类界面需要刷新 UserPage.Instance.RefreshCategoryForm = true; }); }; }