From 66a9965c44ecc32a6696abca876ab9d1cd091584 Mon Sep 17 00:00:00 2001 From: gxc <guoxuecheng@guoxuechengdeMacBook-Pro.local> Date: 星期五, 28 二月 2020 15:25:13 +0800 Subject: [PATCH] 2020.2.28 --- ZigbeeApp/Home.Ios/AppDelegate.cs | 9 +++++---- 1 files changed, 5 insertions(+), 4 deletions(-) diff --git a/ZigbeeApp/Home.Ios/AppDelegate.cs b/ZigbeeApp/Home.Ios/AppDelegate.cs old mode 100755 new mode 100644 index d9396e2..6560be6 --- a/ZigbeeApp/Home.Ios/AppDelegate.cs +++ b/ZigbeeApp/Home.Ios/AppDelegate.cs @@ -25,7 +25,7 @@ public override bool FinishedLaunching(UIApplication application, NSDictionary launchOptions) { - //base.FinishedLaunching(application, launchOptions); + base.FinishedLaunching(application, launchOptions); Shared.Application.FontSize = 12; Window = new UIWindow(UIScreen.MainScreen.Bounds); rootViewController = new UINavigationController(new GateWay.Ios.MainViewController()) { NavigationBarHidden = true }; @@ -38,6 +38,7 @@ { Shared.Common.Config.Instance.RegistrationID = deviceToken; }; + haveToSignOut = false; if (launchOptions != null) { @@ -171,7 +172,7 @@ public override void OnResignActivation(UIApplication application) { // Invoked when the application is about to move from active to inactive state. - // This can occur for certain types of temporary interruptions (such as an incoming phone call or SMS message) + // This can occur for certain types of temporary interruptions (such as an incoming phone call or SMS message) // or when the user quits the application and it begins the transition to the background state. // Games should use this method to pause the game. base.OnResignActivation(application); @@ -197,7 +198,7 @@ public override void OnActivated(UIApplication application) { - // Restart any tasks that were paused (or not yet started) while the application was inactive. + // Restart any tasks that were paused (or not yet started) while the application was inactive. // If the application was previously in the background, optionally refresh the user interface. base.OnActivated(application); @@ -311,4 +312,4 @@ return resultBytes; } } -} \ No newline at end of file +} -- Gitblit v1.8.0