| | |
| | | SharedMethod.SharedMethod.sharedApp = application; |
| | | Shared.Application.IsGpsEnable = false; |
| | | //NSString* nsCount = [[NSLocale currentLocale] objectForKey: NSLocaleCountryCode]; |
| | | application.StatusBarStyle = UIStatusBarStyle.DarkContent; |
| | | |
| | | string nsCount = NSLocale.CurrentLocale.CountryCode; |
| | | if (nsCount != UserConfig.Instance.CountryCode) |
| | |
| | | { |
| | | //RemoteInfo.Current.ReadMsgList(true); |
| | | } |
| | | application.StatusBarStyle = UIStatusBarStyle.Default; |
| | | |
| | | //Harpy.Harpy.SharedInstance.PresentingViewController = this.Window.RootViewController; |
| | | //Harpy.Harpy.SharedInstance.WeakDelegate = this; |