wxr
2020-09-25 6d3ba9484472d090532434e53667c096652149ce
HDL_ON/UI/UI2/1-HomePage/HomePage.cs
@@ -138,6 +138,9 @@
                //        async () => { await Mqtt_A_Protocol.StartMqtt();
                //    });
                //};
                btnResidenceName.MouseUpEventHandler = (sender, e) => {
                    Control.SearchLocalGateway();
                };
#endif
                environmentalView = new FrameLayout()
@@ -386,11 +389,11 @@
                    {
                        if (!function.collection)
                            continue;
                        if (function.roomIdList.Count == 0)//如何在房间已经移除了这个功能,则收藏界面也不会再显示
                        {
                            function.collection = false;
                            continue;
                        }
                        //if (function.roomIdList.Count == 0)//如何在房间已经移除了这个功能,则收藏界面也不会再显示
                        //{
                        //    function.collection = false;
                        //    continue;
                        //}
                    }
                    if (index % 2 == 0)
                    {