wxr
2021-12-13 b5f1a194d354ba9b2587c59ae17cf38d0f7f9bac
HDL_ON/UI/UI1-Login/RegisterPageBLL.cs
old mode 100755 new mode 100644
@@ -299,7 +299,8 @@
                            {
                                CloseTime = 1,
                                Direction = AMPopTipDirection.None,
                                Text = Language.StringByID(StringId.IncorrectRepeatPassword)
                                Text = Language.StringByID(StringId.IncorrectRepeatPassword),
                                MaxWidth = Application.GetRealWidth(300),
                            }.Show(bodyView);
                        }
                        else
@@ -610,6 +611,7 @@
                    Application.RunOnMainThread(() =>
                    {
                        waitPage.Hide();
                        waitPage.RemoveFromParent();
                    });
                }
            });