ZigbeeApp/Shared/Phone/UserCenter/CommonBase/Logic/HdlBackupLogic.cs
@@ -151,8 +151,7 @@
                //设置进度值
                ProgressFormBar.Current.SetValue(i + 1, listFileCount);
            }
            //关闭进度条
            ProgressFormBar.Current.Close();
            //允许按系统的返回键
            Shared.Common.CommonPage.BackKeyCanClick = true;
            UserCenterResourse.AccountOption.AppCanSignout = true;
@@ -291,7 +290,7 @@
            }
            //开启进度条
            int listFileCount = listAllFile.Count;
            int listFileCount = listPicFile.Count + listNormalFile.Count;
            if (showBar == true)
            {
                //开启进度条 正在上传备份文件
@@ -795,6 +794,12 @@
                //开启后台调试App功能(Debug用)
                UserCenterResourse.HideOption.StartDebugApp = 1;
            }
            checkKeys = UserCenterLogic.EncryptPassword(UserCenterResourse.FileEncryptKey, DirNameResourse.CheckDeviceTypeFile + UserCenterResourse.UserInfo.Account);
            if (listFile.Contains(checkKeys) == true)
            {
                //开启检测设备Type的(Debug用)
                UserCenterResourse.HideOption.CheckDeviceType = 1;
            }
            //恢复
            IMessageCommon.Current.IgnoreError = false;
@@ -823,8 +828,6 @@
                ProgressFormBar.Current.Close();
                return false;
            }
            //关闭进度条
            ProgressFormBar.Current.Close();
            //清空全部房间
            HdlRoomLogic.Current.DeleteAllRoom();
@@ -845,6 +848,9 @@
            //刷新本地缓存
            UserCenterLogic.RefreshAllMemory();
            //关闭进度条
            ProgressFormBar.Current.Close();
            return true;
        }