1.4.0521 优化开机动画 控制主页控件显示

This commit is contained in:
2024-05-25 09:47:05 +08:00
parent 367832516f
commit 2f8a9e6f07
31 changed files with 1029 additions and 1873 deletions

View File

@@ -102,7 +102,7 @@ public class ConnectManager {
return false;
}
long nowTime = System.currentTimeMillis();
long lastTime = mMMKV.decodeLong(key);
long lastTime = mMMKV.decodeLong(key + "_time");
// long lastTime = (long) SPUtils.get(mContext, key, 0L);
Log.e(TAG, "isNeedConnect: key = " + key + "\ttime = " + lastTime);
long intervalTime = getConnectModeTime(connectMode);