gxc
2019-10-28 1c4904d77f484c075080942d87785481b52b6fb2
ZigbeeApp/Shared/Phone/UserCenter/Residence/ResidenceListForm.cs
@@ -121,7 +121,7 @@
            string fullName = UserCenterLogic.CombinePath(DirNameResourse.LocalMemoryDirectory, DirNameResourse.ResidenceSortFile);
            UserCenterLogic.SaveFileContent(fullName, listResidenceSort);
            HdlThreadLogic.Current.RunMain(() =>
            Application.RunOnMainThread(() =>
            {
                if (this.Parent == null)
                {
@@ -215,7 +215,7 @@
                            Room.InitAllRoom();
                            HdlThreadLogic.Current.RunMain(() =>
                            Application.RunOnMainThread(() =>
                            {
                                //重新刷新列表
                                this.listView.RemoveAll();
@@ -233,9 +233,9 @@
                }
            };
            if (info.IsOthreShare == true)
            if (info.IsOthreShare == true && info.AccountType != 1)
            {
                //分享的,不能更改
                //分享的,又不拥有管理员权限的,不能更改
                return;
            }
            //更改