ZigbeeApp/Shared/Phone/UserCenter/Password/EditorGesturePasswordForm.cs
@@ -244,21 +244,20 @@ //关闭进度条 this.CloseProgressBar(); if (result == false) HdlThreadLogic.Current.RunMain(() => { contr.SetErrorMsg(string.Empty); } else { UserCenterResourse.AccountOption.GestureAuthentication = psw; UserCenterResourse.AccountOption.Save(); HdlThreadLogic.Current.RunMain(() => if (result == false) { contr.SetErrorMsg(string.Empty); } else { UserCenterResourse.AccountOption.GestureAuthentication = psw; UserCenterResourse.AccountOption.Save(); //界面关闭 this.CloseForm(); }); } } }); }); }