修复关闭插件功能资讯和专题相关操作失效问题

修改游戏评分引用区域样式
This commit is contained in:
kehaoyuan
2019-05-24 10:58:46 +08:00
parent 3a964d629e
commit 273f0e185d
10 changed files with 47 additions and 57 deletions

View File

@ -145,6 +145,7 @@ public class Config {
for (SettingsEntity.Download entity : getSettings().getDownload()) {
if ("all".equals(entity.getGame())) {
if (entity.getPluginfy() && filterTime(entity.getTime())) {
preferences.edit().putBoolean(FIX_PLUGIN_KEY, true).apply();
return true;
}
}