From fe04012057d024770e0180543483d393281a542f Mon Sep 17 00:00:00 2001 From: zhujie <leon.zhu@cloudroam.com.cn> Date: 星期四, 03 四月 2025 09:18:16 +0800 Subject: [PATCH] Merge branch 'master' of http://47.96.225.205:8888/r/FirstApp2 --- app/src/main/java/com/example/firstapp/App.kt | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git a/app/src/main/java/com/example/firstapp/App.kt b/app/src/main/java/com/example/firstapp/App.kt index 6663556..7c60e3a 100644 --- a/app/src/main/java/com/example/firstapp/App.kt +++ b/app/src/main/java/com/example/firstapp/App.kt @@ -39,6 +39,7 @@ import com.example.firstapp.utils.FRPC_LIB_VERSION import com.example.firstapp.utils.HistoryUtils import com.example.firstapp.utils.Log +import com.example.firstapp.utils.PreferencesManager import com.example.firstapp.utils.SettingUtils import com.example.firstapp.utils.SharedPreference @@ -154,7 +155,7 @@ try { context = applicationContext initLibs() - + PreferencesManager.init(this) //纯客户端模式 if (SettingUtils.enablePureClientMode) return -- Gitblit v1.9.3