ZigbeeApp/Shared/Phone/UserCenter/Password/EditorGesturePasswordForm.cs
@@ -30,7 +30,7 @@ public void ShowForm() { //界面右划不可 UserView.HomePage.Instance.ScrollEnabled = false; this.ScrollEnabled = false; //设置头部信息 base.SetTitleText(Language.StringByID(R.MyInternationalizationString.uGestureAuthentication)); @@ -260,21 +260,6 @@ }); } }); } #endregion #region ■ 界面关闭___________________________ /// <summary> /// 界面关闭 /// </summary> public override void CloseFormBefore() { //界面右划可 UserView.HomePage.Instance.ScrollEnabled = true; base.CloseFormBefore(); } #endregion