ZigbeeApp/Shared/Phone/Device/Account/AccountLogin.cs
@@ -83,6 +83,7 @@ /// </summary> public AccountLogin() { CommonPage.Instance.IsDrawerLockMode = true; BackgroundColor = ZigbeeColor.Current.GXCBackgroundColor; Tag = "Login"; } @@ -510,7 +511,10 @@ if (re) { //直接登录 HomePage.Instance.ShowLoginLoadView(); Application.RunOnMainThread(() => { HomePage.Instance.ShowLoginLoadView(); }); //启动ZigBee ZigBee.Common.Application.Init(); var resultRegID = await Shared.Common.CommonPage.Instance.PushRegID();