gxc
2020-02-28 66a9965c44ecc32a6696abca876ab9d1cd091584
ZigbeeApp/Shared/Phone/UserCenter/CommonBase/Controls/NormalControls/MessageManagementControl.cs
old mode 100755 new mode 100644
@@ -14,6 +14,7 @@
        /// </summary>
        public MessageManagementControl()
        {
            this.Height = Application.GetMinRealAverage(69);
            this.Width = Application.GetMinRealAverage(69);
            this.UnSelectedImagePath = "Item/MessageManagement.png";
@@ -75,6 +76,11 @@
                {
                    if (dataInfo.PageData[i].IsReading == false)
                    {
                        if (dataInfo.PageData[i].Topic == "/DoorLock/DoorLockOperatingEventNotificationCommand")
                        {
                            //暂时不处理这个主题
                            continue;
                        }
                        ControlCommonResourse.HadNewMessage = true;
                        Application.RunOnMainThread(() =>
                        {
@@ -93,7 +99,7 @@
        public override void RemoveFromParent()
        {
            ControlCommonResourse.listMessageManaContr.Remove(this);
            base.RemoveFromParent();
        }
    }