| | |
| | | TextColor = SkinStyle.Current.TextColor1, |
| | | //Text = account, |
| | | #if DEBUG |
| | | Text = "18926269190@189.cn" |
| | | Text = "crabtreel12019@gmail.com" |
| | | #endif |
| | | }; |
| | | accountView.AddChidren (etAccount); |
| | |
| | | MainPage.Loading.Start ("Login..."); |
| | | } |
| | | }); |
| | | if (UserConfig.Instance.internetStatus == 0 || !SystemRemote.checeInternet () ) { |
| | | if (UserConfig.Instance.internetStatus == 0 ) { |
| | | Application.RunOnMainThread (() => { |
| | | new Tip () { Text = "Network abnormal, unable to connect to the Internet", Direction = AMPopTipDirection.Down , CloseTime = 3}.Show (btnLogo); |
| | | }); |