From b8e94316e41eba72d927d5ca7d931b26139ee8ff Mon Sep 17 00:00:00 2001
From: wxr <464027401@qq.com>
Date: 星期一, 15 六月 2020 09:12:53 +0800
Subject: [PATCH] 20200612
---
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