From e06be53dff56744de8db2a2aec136d494cc187bf Mon Sep 17 00:00:00 2001 From: wxr <464027401@qq.com> Date: 星期二, 07 十一月 2023 16:47:02 +0800 Subject: [PATCH] Merge branch 'Dev-Branch' of http://59.41.255.150:6688/r/~wxr/OnPro into Dev-Branch --- HDL-ON_Android/Other/HDLONUtils.cs | 12 ++++++------ 1 files changed, 6 insertions(+), 6 deletions(-) diff --git a/HDL-ON_Android/Other/HDLONUtils.cs b/HDL-ON_Android/Other/HDLONUtils.cs index 5f184b9..570b56c 100644 --- a/HDL-ON_Android/Other/HDLONUtils.cs +++ b/HDL-ON_Android/Other/HDLONUtils.cs @@ -32,12 +32,12 @@ } } - public static void StartSplashActivity() - { - Intent intent = new Intent(Shared.Application.Activity, typeof(SplashActivity)); - Shared.Application.Activity.StartActivity(intent); - Shared.Application.Activity.Finish(); - } + //public static void StartSplashActivity() + //{ + // Intent intent = new Intent(Shared.Application.Activity, typeof(SplashActivity)); + // Shared.Application.Activity.StartActivity(intent); + // Shared.Application.Activity.Finish(); + //} } } -- Gitblit v1.8.0