Skip to content

Commit

Permalink
1、同步unblockneteasemusic最新脚本
Browse files Browse the repository at this point in the history
2、(替低版本网易云)修复评论区加载失败
  • Loading branch information
nining377 committed Dec 3, 2021
1 parent 9972ef0 commit 959c6ea
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@ public void refreshSetting(Context context) {
settingMap.put(dex_key, sharedPreferences.getBoolean(dex_key, true));
settingMap.put(warn_key, sharedPreferences.getBoolean(warn_key, true));
settingMap.put(black_key, sharedPreferences.getBoolean(black_key, true));
settingMap.put(fix_comment_key, sharedPreferences.getBoolean(fix_comment_key, true));
settingMap.put(fix_comment_key, sharedPreferences.getBoolean(fix_comment_key, false));
settingMap.put(update_key, sharedPreferences.getBoolean(update_key, true));
settingMap.put(sign_key, sharedPreferences.getBoolean(sign_key, true));
settingMap.put(sign_song_key, sharedPreferences.getBoolean(sign_song_key, false));
Expand Down

0 comments on commit 959c6ea

Please sign in to comment.