From 8e54c77b6e0d2d87cdbad1a81a75d39bab1648d6 Mon Sep 17 00:00:00 2001 From: wxr <464027401@qq.com> Date: 星期一, 16 十月 2023 10:08:47 +0800 Subject: [PATCH] 场景闪退修复 --- OnPro/HDL-ON_iOS/AppDelegate.cs | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git a/OnPro/HDL-ON_iOS/AppDelegate.cs b/OnPro/HDL-ON_iOS/AppDelegate.cs index 34cae89..ad8aa06 100644 --- a/OnPro/HDL-ON_iOS/AppDelegate.cs +++ b/OnPro/HDL-ON_iOS/AppDelegate.cs @@ -300,9 +300,10 @@ // Shared.IOS.HDLFVSDK.Video.FVapplication(application, new NSDictionary()); //} Console.WriteLine("111111111111"); + Shared.Application.IsMusicEnable = false; SetCurrentLanguage(); //Shared.Application.FontSize = 12; - Bugly.Bugly.StartWithAppId("1dc40c170a"); + //Bugly.Bugly.StartWithAppId("1dc40c170a"); //鍙栨秷EditText榛樿瀵嗙爜杈撳叆鏂瑰紡 //Shared.Application.IsEditTextContentTypePassword = false; //榛樿浣跨敤鑻规柟瀛椾綋 -- Gitblit v1.8.0