fix: 修复接口请求失败时会把畅玩入口关闭的问题

This commit is contained in:
chenjuntao
2024-11-25 16:01:07 +08:00
parent 2f3fbd3e7c
commit 008985489a

View File

@ -114,8 +114,6 @@ public class Config {
if (!TextUtils.isEmpty(json)) {
mSettingsEntity = GsonUtils.fromJson(json, SettingsEntity.class);
}
mSettingsEntity.setGameSmooth("off");
} catch (Exception e) {
e.printStackTrace();
}