wei
2020-12-18 d9338a1defea49b1173640b0d637ebd6e89ab14e
HDL_ON/UI/UI2/2-Classification/ClassificaitionPublicBLL.cs
old mode 100755 new mode 100644
@@ -16,11 +16,12 @@
        /// <param name="updataFunction"></param>
        public void UpdataStates(Function updataFunction, FrameLayout view, VerticalScrolViewLayout scrolView,Room room=null)
        {
            try
            {
                Application.RunOnMainThread(() =>
                {
                    if (view == null || scrolView == null)
                try
                {
                    if (view == null || scrolView == null || updataFunction == null)
                    {
                        return;
                    }
@@ -154,13 +155,12 @@
                            }
                        }
                    }
                });
            }
            catch (Exception ex)
            {
                MainPage.Log($"RoomControlZone Updata States error : {ex.Message}");
            }
            });
        }
  }
}