From 9d15f7a2c309cb859d5ed0f61e4eb2cac57e3507 Mon Sep 17 00:00:00 2001
From: 陈嘉乐 <cjl@hdlchina.com.cn>
Date: 星期一, 22 六月 2020 17:34:52 +0800
Subject: [PATCH] 2020-06-22-1
---
Shared.IOS/UI/Application.cs | 6 ++++--
1 files changed, 4 insertions(+), 2 deletions(-)
diff --git a/Shared.IOS/UI/Application.cs b/Shared.IOS/UI/Application.cs
index a70a0b7..dd08302 100644
--- a/Shared.IOS/UI/Application.cs
+++ b/Shared.IOS/UI/Application.cs
@@ -28,7 +28,8 @@
public static bool IsGpsEnable = true;
public static GpsUseMode CurrentGpsUseMode = GpsUseMode.WhenInUse;
-
+
+ public static bool IsMusicEnable = true;
//2019-08-14 淇敼
public static double PhoneType
@@ -73,6 +74,7 @@
/// 榛樿鐨勫瓧浣撳ぇ灏�
/// </summary>
public static int FontSize = 18;
+ public static bool IsUsePingFang = false;
/// <summary>
/// 鑾峰彇瀹為檯鐨勫搴�
@@ -242,7 +244,7 @@
mainThreadId = System.Threading.Thread.CurrentThread.ManagedThreadId;
rootFrameLayout = value;
CurrentWidth = (int)value.Frame.Width;
- Console.WriteLine ("3========" + CurrentWidth);
+ Shared.HDLUtils.WriteLine ("3========" + CurrentWidth);
CurrentHeight = (int)value.Frame.Height;
MainPage = new FrameLayout(value) { Width = (int)value.Frame.Width, Height = (int)value.Frame.Height, Parent = new RootView() { Width = (int)value.Frame.Width, Height = (int)value.Frame.Height } };
--
Gitblit v1.8.0