version:2.8

fix:优化接口,重启不再限制请求
update:
This commit is contained in:
2022-02-25 16:59:44 +08:00
parent ecd683440a
commit 97bc5d6a75
3 changed files with 5 additions and 5 deletions

View File

@@ -388,7 +388,7 @@ public class BaseApplication extends MultiDexApplication {
public static void setJpushTags() {
Log.e(TAG, "30s后重新设置tags");
HTTPInterface.setPushTags(context);
// HTTPInterface.setPushTags(context);
}
private static OnAliasResult onAliasResult;

View File

@@ -269,9 +269,9 @@ public class MainService extends Service implements MainSContact.MainView, Netwo
if (oldVersionCode < BuildConfig.VERSION_CODE) {
Log.e(TAG, "onCreate: " + "upgrade successful");
} else {
if (ConnectManager.getInstance().isRebootFistConnect()) {
// if (ConnectManager.getInstance().isRebootFistConnect()) {
start.onstar(ConnectManager.REBOOT_LAST_ONNECT_TIME);
}
// }
}
SPUtils.put(this, CommonConfig.SN_VERSIONCODE, BuildConfig.VERSION_CODE);
registerReceivers();