yangfei
2024-12-06 16:46:46 +08:00
parent 61b967e533
commit c3d55d4ff9
5 changed files with 27 additions and 29 deletions

View File

@ -263,8 +263,7 @@ public class Config {
public void onSuccess(VSetting data) {
mVSetting = data;
SPUtils.setString(Constants.SP_V_SETTINGS, GsonUtils.toJson(data));
VHelper.init(HaloApp.getInstance());
VHelper.checkVspaceUpdate(HaloApp.getInstance());
}
});
}