From ad378141742c5ac4e2e613d2726e8d0118a54ff1 Mon Sep 17 00:00:00 2001
From: client_Hale <339726288@qq.com>
Date: 星期三, 12 九月 2018 10:01:32 +0800
Subject: [PATCH] fixed android刘海屏判断逻辑修改
---
Project/app/src/game_226114725/java/com/secondworld/univeralsdk/H2EngineSDK.java | 4 ++++
1 files changed, 4 insertions(+), 0 deletions(-)
diff --git a/Project/app/src/game_226114725/java/com/secondworld/univeralsdk/H2EngineSDK.java b/Project/app/src/game_226114725/java/com/secondworld/univeralsdk/H2EngineSDK.java
index 4754894..f99f207 100644
--- a/Project/app/src/game_226114725/java/com/secondworld/univeralsdk/H2EngineSDK.java
+++ b/Project/app/src/game_226114725/java/com/secondworld/univeralsdk/H2EngineSDK.java
@@ -340,6 +340,10 @@
FreePlatform.getInstance().onCreate();
}
+ public static void onWindowFocusChanged(boolean b)
+ {
+ }
+
public static void onNewIntent(final Activity activity, final Intent intent)
{
}
--
Gitblit v1.8.0