From 7f93c049febcead6e548684aec51e9e3e4e0a95a Mon Sep 17 00:00:00 2001
From: tj <1378534974@qq.com>
Date: 星期三, 02 四月 2025 11:20:33 +0800
Subject: [PATCH] 1.vip续费页面-样式修改

---
 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