HDL_ON/UI/UI1-Login/LoginPage.cs
@@ -41,8 +41,14 @@ { if (etPassword.Foucs) { new Thread(() => { Thread.Sleep(100); if (this.Y < 0) { return; } for (var i = 0; i < 10; i++) { Application.RunOnMainThread(() => @@ -246,6 +252,8 @@ #if __Android__ OnAppConfig.Instance.isAgreePrivacyPolicy = true; #endif this.BackgroundColor = CSS_Color.MainBackgroundColor; var btnIcon = new Button() { X = Application.GetRealWidth(28),