From 301d3f15ba03ff942c029bd4c0b1ff544f7cfede Mon Sep 17 00:00:00 2001 From: JLChen <551775569@qq.com> Date: 星期三, 30 十二月 2020 11:19:48 +0800 Subject: [PATCH] 2020-12-30 1.解决RGB灯,色盘ColorPicker部分安卓手机,刷新图片时会变小问题 --- HDL-ON_iOS/AppDelegate.cs | 11 ++++++----- 1 files changed, 6 insertions(+), 5 deletions(-) diff --git a/HDL-ON_iOS/AppDelegate.cs b/HDL-ON_iOS/AppDelegate.cs index 87760df..8d0c6eb 100644 --- a/HDL-ON_iOS/AppDelegate.cs +++ b/HDL-ON_iOS/AppDelegate.cs @@ -202,7 +202,7 @@ { Console.WriteLine("OnActivated"); base.OnActivated(application); - HDL_ON.DriverLayer.Control.Ins.SearchLoaclGateway(); + //HDL_ON.DriverLayer.Control.Ins.SearchLoaclGateway(); //if (haveToSignOut == true) //{ @@ -232,7 +232,8 @@ Window.RootViewController = rootViewController; Window.MakeKeyAndVisible(); - //AppCenter.Start("e1add75a-82c6-4a5c-a902-4705b195748e",typeof(Analytics), typeof(Crashes)); + AppCenter.Start("e1add75a-82c6-4a5c-a902-4705b195748e", typeof(Analytics), typeof(Crashes)); + base.FinishedLaunching(application, launchOptions); SharedMethod.SharedMethod.sharedApp = application; @@ -329,9 +330,9 @@ Extras = expandData, messageType = messageType }; - System.Console.WriteLine("PushMes title : " + pushMes.Title); - System.Console.WriteLine("PushMes message : " + pushMes.Content); - System.Console.WriteLine("PushMes extras : " + pushMes.Extras); + Utlis.WriteLine("PushMes title : " + pushMes.Title); + Utlis.WriteLine("PushMes message : " + pushMes.Content); + Utlis.WriteLine("PushMes extras : " + pushMes.Extras); if (bFinishedLaunching) { -- Gitblit v1.8.0