gxc
2020-01-10 03ff92ba7d9f06583f3a292ecb2077cf01e5a5ca
ZigbeeApp/Shared/Phone/Device/Room/RoomManagement.cs
@@ -149,8 +149,12 @@
            var roomScrolView = new VerticalScrolViewLayout { };
            bodyFrameLayout.AddChidren(roomScrolView);
            try
            {
                System.Console.WriteLine("roomlist0");
            var roomList = Common.Room.CurrentRoom.GetRoomsByFloorId(floorId);
            if (roomList == null)
                System.Console.WriteLine("roomlist" + roomList);
                if (roomList == null || roomList.Count == 0)
            {
                return;
            }
@@ -211,6 +215,11 @@
                }
            }
        }
            catch (Exception ex)
            {
                string tt=ex.Message;
            }
        }
        #endregion