HDL_ON/UI/UI1-Login/LoginPageBLL.cs
@@ -445,6 +445,8 @@ { btnPasswordViewBottomLine.BackgroundColor = CSS_Color.MainColor; btnPasswordViewBottomLine.Height = Application.GetRealHeight(2); #if __IOS__ new Thread(() => { for(var i = 0; i < 10; i++) { @@ -455,7 +457,7 @@ Thread.Sleep(10); } }) { IsBackground = true }.Start(); #if __IOS__ var sst = etPassword.MyTextContentType; Console.WriteLine(sst); etPassword.SetTextContentTypeToOneTimeCode();