首页设备列表

This commit is contained in:
fengjignqi
2026-05-19 15:02:09 +08:00
parent 4ef664125e
commit 182289f82d
42 changed files with 669 additions and 5992 deletions

View File

@@ -13,7 +13,6 @@ import androidx.annotation.Nullable;
import com.ckkj.water.base.entity.MineUserInfoBean;
import com.google.gson.Gson;
import com.ckkj.water.fate.util.LunarDateLoader;
import com.ckkj.water.login.entity.LoginEntity;
import com.ckkj.water.network.NetWorkManager;
import com.ckkj.water.utils.dataUtil.SharePreUtil;
@@ -67,8 +66,6 @@ public class MyApplication extends Application {
super.onCreate();
instance = this;
context = getApplicationContext();
// 异步预加载农历数据缓存
LunarDateLoader.preloadLunarJson(this);
boolean isUserAgreed = SharePreUtil.getBoolean(ConstantUtil.SHARE_PRE_NAME,context,ConstantUtil.PRIVACY_POLICY_AGREED);
if(isUserAgreed){