This commit is contained in:
chenjuntao
2023-07-25 14:35:59 +08:00
parent fb937e8ced
commit 64449ec38b
39 changed files with 1188 additions and 616 deletions

View File

@ -459,7 +459,6 @@ public class Config {
DarkModeUtils.INSTANCE.updateFollowSystemDarkModeToSp(true);
DarkModeUtils.INSTANCE.initDarkMode();
}
AdHelper.prefetchStartUpAd(mNewApiSettingsEntity);
SPUtils.setString(Constants.SP_NEW_API_SETTINGS, GsonUtils.toJson(data));
}
});